diff --git a/manifest/chrome.json b/manifest/chrome.json index 18fb83ff..b82e51ca 100644 --- a/manifest/chrome.json +++ b/manifest/chrome.json @@ -5,10 +5,15 @@ "description": "Fast, open and free-to-use new tab page for most modern browsers.", "version": "0.7.1", "browser_action": { - "default_icon": "./extension-icon.png" + "default_icon": "./icons/extension-icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, - "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-Q/fJeEyXf7ZhxjXeAydpu6mDGAmyqvj93tDPNxGThn0='; object-src 'self'" + "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-Q/fJeEyXf7ZhxjXeAydpu6mDGAmyqvj93tDPNxGThn0='; object-src 'self'", + "icons": { + "16": "./icons/16x16-circle.png", + "48": "./icons/48x48-circle.png", + "128": "./icons/128x128-circle.png" + } } \ No newline at end of file diff --git a/manifest/firefox.json b/manifest/firefox.json index e84febca..95624731 100644 --- a/manifest/firefox.json +++ b/manifest/firefox.json @@ -4,7 +4,7 @@ "description": "Fast, open and free-to-use new tab page for most modern browsers.", "version": "0.7.1", "browser_action": { - "default_icon": "./extension-icon.png" + "default_icon": "./icons/extension-icon.png" }, "chrome_url_overrides": { "newtab": "index.html" diff --git a/manifest/opera.json b/manifest/opera.json index b3b60f00..d86a239b 100644 --- a/manifest/opera.json +++ b/manifest/opera.json @@ -4,7 +4,7 @@ "description": "Fast, open and free-to-use new tab page for most modern browsers.", "version": "0.7.1", "browser_action": { - "default_icon": "./extension-icon.png" + "default_icon": "./icons/extension-icon.png" }, "background": { "scripts": [ diff --git a/public/index.html b/public/index.html index 0bf4e0ae..f00ffc6c 100644 --- a/public/index.html +++ b/public/index.html @@ -4,8 +4,8 @@
- - + +