Ubuntu Orange Selection Color

Ubuntu Orange Selection Color

Changes text selection color to Orange like in the Ambiance Theme.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ubuntu Orange Selection Color",
  "version": "2.0",
  "manifest_version": 2,
  "description": "Changes text selection color to Orange like in the Ambiance Theme.",
  "icons": {
    "48": "images/icon48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*/*"
      ],
      "css": [
        "stylesheets/selection.css"
      ]
    }
  ]
}