GRIN Creator Discovery Web Extension

GRIN Creator Discovery Web Extension

Creator Management by GRIN

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "GRIN Creator Discovery Web Extension",
  "version": "4.0.0",
  "description": "Creator Management by GRIN",
  "permissions": [
    "tabs",
    "storage",
    "scripting",
    "sidePanel"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "icons": {
    "32": "images/icons/grin-icon-32.png",
    "128": "images/icons/grin-icon-128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.ts-loader-XIO-UPPt.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_title": "Click to open panel"
  },
  "side_panel": {
    "default_path": "side-panel.html"
  },
  "options_ui": {
    "page": "options-ui.html"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://www.instagram.com/*",
        "https://www.tiktok.com/*",
        "https://www.youtube.com/*"
      ],
      "resources": [
        "scripts/request-watcher.js"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "resources": [
        "scripts/window-var-extractor.js"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/Storage-o1ETN1cC.js",
        "assets/send-message-to-background-FLHBo2xX.js",
        "assets/_commonjsHelpers-jUUCeJQL.js",
        "assets/index.ts-MNMhz6d3.js"
      ],
      "use_dynamic_url": false
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}