True Colour Match by TCI

True Colour Match by TCI

Quickly check if a cloth you see online matches your personal colour profile!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "True Colour Match by TCI",
  "short_name": "True Colour",
  "version": "1.5",
  "manifest_version": 3,
  "description": "Quickly check if a cloth you see online matches your personal colour profile!",
  "homepage_url": "https://truecolour.com.au/",
  "icons": {
    "16": "icons/unnamed.dPWsDbhkPkGJIHw7N0xAtw.png",
    "48": "icons/unnamed.dPWsDbhkPkGJIHw7N0xAtw.png",
    "128": "icons/unnamed.dPWsDbhkPkGJIHw7N0xAtw.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/bildr/ui/bildrPopUp.html",
        "src/bildr/ui/css/bildrStyle.css",
        "js/injectScript_True%20Colour%20Match%20by%20TCI_15.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "./js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./js/bildrScript_True Colour Match by TCI_15.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_icon": "./icons/unnamed.dPWsDbhkPkGJIHw7N0xAtw.png",
    "default_title": "True Colour"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https://truecolour.com.au/;"
  }
}