Update appcache version.
[skeletonkey.git] / manifest.json
index 4abb1504bd0292f6984567d4cab8e5630e375e94..3b49f7768f364da4a06f7f86318e71d13c573497 100644 (file)
@@ -2,10 +2,14 @@
   "manifest_version": 2,
 
   "name": "Skeleton Key",
-  "version": "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"
   }
 }