ColorCraft

ColorCraft

ColorCraft is a must-have extension for every developer's toolkit. It's the ultimate time-saver in your web design process. With…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ColorCraft",
  "version": "1.21",
  "action": {
    "default_popup": "src/index.html",
    "default_icon": {
      "16": "assets/icon.png",
      "48": "assets/icon.png",
      "128": "assets/icon.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ]
}