Sovrn Commerce

Sovrn Commerce

Instantly create and share monetized links to over 50,000+ merchants.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Sovrn Commerce",
  "version": "1.22.1",
  "description": "Instantly create and share monetized links to over 50,000+ merchants.",
  "action": {
    "default_popup": "index.html",
    "default_title": "Sovrn Commerce",
    "default_icon": "favicon-signed-in.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "icons": {
    "16": "favicon-signed-in-16.png",
    "48": "favicon-signed-in-48.png",
    "128": "favicon-signed-in-128.png"
  },
  "host_permissions": [
    "https://*.sovrn.com/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "public/fonts/*.woff",
        "public/fonts/*.woff2"
      ],
      "use_dynamic_url": false
    }
  ]
}