clarify permissions
[newtab.git] / src / manifest.json
index c0cade48b14184df254c4163ccebc85048e553ff..b32b490006b5e38d879fd2dd1a5b1bfdad9d2602 100644 (file)
@@ -2,7 +2,7 @@
    "chrome_url_overrides": {
       "newtab": "newtab.html"
    },
-   "content_security_policy": "script-src 'self'; object-src 'https://google.com'",
+   "content_security_policy": "script-src 'self'; object-src 'self'",
    "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", "https://google.com" ],
+   "permissions": [ "storage", "https://www.google.com/s2/favicons" ],
    "version": "2"
 }