Chickadeasy

Chickadeasy

Affiliate Automation Tool(s)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Chickadeasy",
  "version": "1.3.6",
  "description": "Affiliate Automation Tool(s)",
  "action": {
    "default_title": "Click to open the options page"
  },
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "content_scripts": [
    {
      "js": [
        "content/import-amazonBootsrap.js"
      ],
      "matches": [
        "https://*.amazon.com/*",
        "https://*.amazon.ca/*",
        "https://*.amazon.cn/*",
        "https://*.amazon.fr/*",
        "https://*.amazon.de/*",
        "https://*.amazon.it/*",
        "https://*.amazon.co.jp/*",
        "https://*.amazon.co.uk/*",
        "https://*.amazon.es/*",
        "https://*.amazon.nl/*",
        "https://*.amazon.sa/*",
        "https://*.amazon.com.tr/*",
        "https://*.amazon.se/*",
        "https://*.amazon.pl/*",
        "https://*.amazon.com.au/*",
        "https://*.amazon.com.br/*",
        "https://*.amazon.ae/*",
        "https://*.amazon.sg/*",
        "https://*.amazon.com.mx/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "content/import-walmartBootsrap.js"
      ],
      "matches": [
        "https://*.walmart.com/*",
        "https://*.walmart.ca/*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "pages/options/index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "chunks/*-*.js",
        "content/amazonBootsrap.js",
        "content/walmartBootsrap.js"
      ],
      "matches": [
        "https://*.amazon.com/*",
        "https://*.amazon.ca/*",
        "https://*.amazon.cn/*",
        "https://*.amazon.fr/*",
        "https://*.amazon.de/*",
        "https://*.amazon.it/*",
        "https://*.amazon.co.jp/*",
        "https://*.amazon.co.uk/*",
        "https://*.amazon.es/*",
        "https://*.amazon.nl/*",
        "https://*.amazon.sa/*",
        "https://*.amazon.com.tr/*",
        "https://*.amazon.se/*",
        "https://*.amazon.pl/*",
        "https://*.amazon.com.au/*",
        "https://*.amazon.com.br/*",
        "https://*.amazon.ae/*",
        "https://*.amazon.sg/*",
        "https://*.amazon.com.mx/*",
        "https://*.walmart.com/*",
        "https://*.walmart.ca/*",
        "*://*/*"
      ]
    }
  ],
  "commands": {
    "action-template-1": {
      "suggested_key": {
        "default": "Alt+E"
      },
      "description": "Use template specified in the template editor"
    },
    "action-template-2": {
      "suggested_key": {
        "default": "Alt+W"
      },
      "description": "Use template specified in the template editor"
    },
    "action-template-3": {
      "suggested_key": {
        "default": "Alt+S"
      },
      "description": "Use template specified in the template editor"
    },
    "action-template-4": {
      "suggested_key": {
        "default": "Alt+D"
      },
      "description": "Use template specified in the template editor!!"
    },
    "action-template-5": {
      "description": "Use template specified in the template editor!"
    },
    "action-template-6": {
      "description": "Use template specified in the template editor"
    },
    "action-template-7": {
      "description": "Use template specified in the template editor"
    },
    "action-template-8": {
      "description": "Use template specified in the template editor"
    },
    "action-template-9": {
      "description": "Use template specified in the template editor"
    },
    "action-template-0": {
      "description": "Use template specified in the template editor"
    }
  },
  "options_page": "pages/options/index.html",
  "permissions": [
    "clipboardWrite",
    "storage",
    "alarms"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlvHOgUxtiI4TZCKGeba06vMzafwdIVlzBawEN2U8i6Hq81L2gHMX8DWFosqpFBUi9G7NTx20kciv+LUMq5l2pE8x+hratPUk1kalySkhfybe5vDDDmOO2UAwvpj+hRcN5mltEjY3zLB2NSbcllflbkq6LpzZhe1tBhknyJVcKd795/9mlFwQSSSdvNaDTrSZSuF6teSSk8lmi10HdqZCyZFB0xSNWjVew0fGMtRcmoOCdA0Fje60b23ymDJiMzM5ICW4f9J79TtL2Zuy6jzrESDxhplwG/r1SLHy1sTAC6/cMTqCwOpMd996mwqSDmxB8uncDuYd/BR9GImuKJ2KlQIDAQAB"
}