clean up manifest
[newtab.git] / manifest.json
index db02f70e28e8c810aa984b2a39155c4818dac921..320055b959580bce3661ab9bc817ddc0b65bedf6 100644 (file)
@@ -5,10 +5,11 @@
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "manifest_version": 2,
    "name": "newtab",
+   "description": "A simple new tab page with customisable links",
    "options_ui": {
       "chrome_style": true,
       "page": "options.html"
    },
-   "permissions": [ "management", "storage"],
-   "version": "1"
+   "permissions": [ "storage" ],
+   "version": "2"
 }