Update appcache version.
[skeletonkey.git] / manifest.json
index 32f7fe9a6c536677dd0969f3c0eb50faeb4aea96..3b49f7768f364da4a06f7f86318e71d13c573497 100644 (file)
@@ -2,7 +2,7 @@
   "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.",
 
@@ -18,7 +18,7 @@
 
   "browser_action": {
     "default_title": "Skeleton Key",
-    "default_popup": "core.html",
+    "default_popup": "extension.html",
     "default_icon": "icon19.png"
   }
 }