]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blobdiff - manifest.json
add an option to run silently -- no notifications at all
[chrome-ext/clearhistory-advance-fork.git] / manifest.json
index d089fb60ff01020ba2f89288ff5907404a15bced..05070f787688b723d7d3d4dfd8aadbcdc07d2628 100644 (file)
@@ -2,14 +2,17 @@
   "name": "__MSG_name__",
   "default_locale": "en",
   "manifest_version": 2,
-  "version": "1.5.0",
+  "minimum_chrome_version": "28",
+  "version": "1.5.4",
   "description": "__MSG_description__",
   "permissions": [
     "alarms",
     "tabs",
     "history",
     "cookies",
+    "downloads",
     "notifications",
+    "storage",
     "http://*/*",
     "https://*/*"
   ],
@@ -33,6 +36,6 @@
     "128": "images/icon128.png"
   },
   "web_accessible_resources": [
-    "images/icon48.png"
+    "images/icon128.png"
   ]
 }