Better MYTE

Better MYTE

Makes a really crappy UI less crappy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Better MYTE",
  "version": "0.1",
  "description": "Makes a really crappy UI less crappy.",
  "icons": {
    "16": "images/myte16.png",
    "32": "images/myte32.png",
    "48": "images/myte48.png",
    "128": "images/myte128.png"
  },
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "matches": [
        "https://myte.accenture.com/*"
      ]
    }
  ],
  "manifest_version": 2
}