Flavoured Favicon

Flavoured Favicon

Change color tastes of favicons by their domains

Merlin
Additional files are visible only to premium users

manifest.json


{
  "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"
  }
}