Update appcache version.
[skeletonkey.git] / manifest.json
index c80c607d7049ff582f68d80b4c00f6384c3e3322..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,7 +18,7 @@
 
   "browser_action": {
     "default_title": "Skeleton Key",
-    "default_popup": "core.html",
+    "default_popup": "extension.html",
     "default_icon": "icon19.png"
   }
 }