Zint Spotlight - Understand The Business Behind Any Website

Zint Spotlight - Understand The Business Behind Any Website

Zint Spotlight - Understand The Business Behind Any Website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Zint Spotlight - Understand The Business Behind Any Website",
  "description": "Zint Spotlight - Understand The Business Behind Any Website",
  "version": "1.1",
  "permissions": [
    "tabs",
    "cookies"
  ],
  "icons": {
    "16": "assets/zint_ready.png",
    "32": "assets/zint_ready.png",
    "48": "assets/zint_logo_grey.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": "assets/zint_logo_grey.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "host_permissions": [
    "https://api-v1.zint.io/*",
    "https://app.zint.io/*",
    "https://api.zint.io/*"
  ]
}