fix bugs, update readme
[newtab.git] / src / manifest.json
index 320055b959580bce3661ab9bc817ddc0b65bedf6..c0cade48b14184df254c4163ccebc85048e553ff 100644 (file)
@@ -2,7 +2,7 @@
    "chrome_url_overrides": {
       "newtab": "newtab.html"
    },
-   "content_security_policy": "script-src 'self'; object-src 'self'",
+   "content_security_policy": "script-src 'self'; object-src 'https://google.com'",
    "manifest_version": 2,
    "name": "newtab",
    "description": "A simple new tab page with customisable links",
@@ -10,6 +10,6 @@
       "chrome_style": true,
       "page": "options.html"
    },
-   "permissions": [ "storage" ],
+   "permissions": [ "storage", "https://google.com" ],
    "version": "2"
 }