Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flavoured Favicon", "version": "0.0.3", "manifest_version": 2, "description": "Change color tastes of favicons by their domains", "default_locale": "en", "background": { "scripts": [ "js\/bg\/background.js" ], "persistent": true }, "options_page": "options\/options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "icons": { "128": "icons\/icon.png" } }