Color Ink for Edge

Color Ink for Edge

Create solid or transparent colors.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "EMGR Tools",
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "1.0",
  "homepage_url": "https://www.egtapps.com/colorink",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png",
    "176": "icons/icon176.png"
  },
  "browser_action": {
    "default_icon": "icons/icon32.png",
    "default_title": "EMGR Color Ink",
    "default_popup": "popup/home.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}