Colonist IQ

Colonist IQ

Take your Catan game to the next level with Colonist IQ - the ultimate tool for serious players. With this extension, you can…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Colonist IQ",
  "version": "0.0.0.5",
  "icons": {
    "16": "images/countonist_16x16.png",
    "32": "images/countonist_32x32.png",
    "48": "images/countonist_48x48.png",
    "128": "images/countonist_128x128.png"
  },
  "host_permissions": [
    "https://developer.chrome.com/*"
  ],
  "permissions": [
    "webNavigation",
    "scripting"
  ],
  "action": {
    "default_icon": "images/countonist_128x128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "matches": [
        "https://colonist.io/",
        "https://hexs.io/*"
      ]
    }
  ]
}