Effiliation For Publisher

Effiliation For Publisher

This extension allow you to access to your Effiliation's account and generate a deeplink in few seconds

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_title__",
  "version": "0.0.3",
  "description": "__MSG_desc__",
  "icons": {
    "16": "/assets/icons/icon16.png",
    "32": "/assets/icons/icon32.png",
    "48": "/assets/icons/icon48.png",
    "64": "/assets/icons/icon64.png",
    "128": "/assets/icons/icon128.png"
  },
  "default_locale": "fr",
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ]
}