]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blobdiff - manifest.json
images: crush them all
[chrome-ext/clearhistory-advance-fork.git] / manifest.json
index a4ff4ff16bfdecd407c6523fe743399386a17f60..2904a3f5b6b2df0ff5155ee57525ea7ad742c3ad 100644 (file)
@@ -2,13 +2,16 @@
   "name": "__MSG_name__",
   "default_locale": "en",
   "manifest_version": 2,
-  "version": "1.5.0",
+  "minimum_chrome_version": "28",
+  "version": "1.5.6",
   "description": "__MSG_description__",
   "permissions": [
-    "tabs",
+    "alarms",
     "history",
     "cookies",
+    "downloads",
     "notifications",
+    "storage",
     "http://*/*",
     "https://*/*"
   ],
@@ -30,8 +33,5 @@
     "32": "images/icon32.png",
     "48": "images/icon48.png",
     "128": "images/icon128.png"
-  },
-  "web_accessible_resources": [
-    "images/icon48.png"
-  ]
+  }
 }