AE Platform

AE Platform

Quick and easy way to create affiliate links for AliExpress goods

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extTitle__",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "version": "1.0.0",
  "author": "[email protected]",
  "minimum_chrome_version": "93",
  "incognito": "not_allowed",
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "permissions": [
    "notifications",
    "storage",
    "tabs",
    "webNavigation",
    "cookies"
  ],
  "host_permissions": [
    "*://*.aeplatform.ru/*"
  ],
  "action": {
    "default_title": "__MSG_extTitle__",
    "default_popup": "popup.html",
    "default_icon": "icons/48x48.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "options_ui": {
    "page": "options.html"
  }
}