All my affiliate links

All my affiliate links

Store and use all your affiliate links in your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "All my affiliate links",
  "description": "Store and use all your affiliate links in your browser",
  "version": "1.0.2",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup.html",
    "default_icon": "img/logo48.png"
  },
  "web_accessible_resources": [
    {
      "matches": [],
      "resources": [
        "img/logo16.png",
        "img/logo32.png",
        "img/logo48.png",
        "img/logo128.png"
      ],
      "use_dynamic_url": false
    }
  ],
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "img/logo16.png",
    "32": "img/logo32.png",
    "48": "img/logo48.png",
    "128": "img/logo128.png"
  }
}