Add the appcache to hosted.html and set the manifest version to 1.
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 30 Jun 2012 20:20:42 +0000 (16:20 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 30 Jun 2012 20:20:42 +0000 (16:20 -0400)
hosted.html
manifest.json

index 7c203997a59167fd12d2ebb7a4175afdd830be41..2c42f9b28e7143422f774862c7f06fd054efc116 100644 (file)
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html manifest="skeletonkey.appcache">
   <head>
     <title>Skeleton Key Hosted</title>
     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
index c80c607d7049ff582f68d80b4c00f6384c3e3322..4abb1504bd0292f6984567d4cab8e5630e375e94 100644 (file)
@@ -2,7 +2,7 @@
   "manifest_version": 2,
 
   "name": "Skeleton Key",
-  "version": "0.1",
+  "version": "1",
 
   "description": "A secure password generator that uses repeated hashing of your master password and some salt.",