AKColor

AKColor

The first 3D color selection tool with integrated eye dropper.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.9.1",
  "manifest_version": 2,
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "options_page": "parametre.html",
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "64": "img/icon64.png",
    "128": "img/IconeChromeWebStore.png"
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "contextMenus",
    "file://*/*",
    "https://*.aklibrary.fr/*",
    "unlimitedStorage"
  ],
  "browser_action": {
    "default_popup": "appli.html",
    "default_icon": "img/cubeLogo.png"
  },
  "offline_enabled": true,
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "css/pipette.css",
    "js/lib/x11.js",
    "js/class/LocalStorage2.js",
    "js/pipette.js",
    "js/controller/pipetteController.js"
  ]
}