Colorful Windows

Colorful Windows

Minimalist browser extension to dynamically theme new windows (very cute). Use to differentiate open windows *or for the aesthetic ☆ ~('▽^人) *.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Colorful Windows",
  "version": "2.0",
  "description": "Dynamic colorful firefox windows",
  "homepage_url": "https://github.com/DaveDuck321/Colorful-window-theme",
  "icons": {
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "theme"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ca685ec4-9ad3-4523-9bbc-db687d34b461}"
    }
  }
}