Update appcache version.
[skeletonkey.git] / manifest.json
index c134d2e41a6b279688d2d7cb9a6f1457e18adf0e..3b49f7768f364da4a06f7f86318e71d13c573497 100644 (file)
@@ -2,10 +2,14 @@
   "manifest_version": 2,
 
   "name": "Skeleton Key",
-  "version": "0.1",
+  "version": "3",
 
   "description": "A secure password generator that uses repeated hashing of your master password and some salt.",
 
+  "permissions": [
+    "tabs"
+  ],
+
   "icons": {
     "16": "icon19.png",
     "48": "icon48.png",
@@ -14,9 +18,7 @@
 
   "browser_action": {
     "default_title": "Skeleton Key",
-    "default_popup": "core.html",
+    "default_popup": "extension.html",
     "default_icon": "icon19.png"
-  },
-
-  "options_page": "options.html"
+  }
 }