UUSPY-Free Shopify alihunter Sale Tracker

UUSPY-Free Shopify alihunter Sale Tracker

UUSPY-Free Shopify alihunter Sales Tracker

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "UUSPY-Free Shopify alihunter Sale Tracker",
  "permissions": [
    "storage",
    "background",
    "identity",
    "identity.email",
    "tabs",
    "declarativeNetRequest",
    "scripting"
  ],
  "host_permissions": [
    "https://data.similarweb.com/",
    "https://www.similarweb.com/",
    "https://*.similarweb.com/",
    "*://*.facebook.com/*",
    "https://*/"
  ],
  "version": "1.1.9.4",
  "description": "UUSPY-Free Shopify alihunter  Sales Tracker",
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*",
        "images/*",
        "js/options.js",
        "lib/ga.js",
        "css/contentScripts.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "oauth2": {
    "client_id": "191427957437-2mnu0raqjtlfs77g6j703ivl9gfc8knh.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "email",
      "profile"
    ]
  },
  "default_locale": "en",
  "background": {
    "service_worker": "js/background.js"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "enabled": true,
        "id": "ruleset_1",
        "path": "rules.json"
      }
    ]
  },
  "action": {
    "default_icon": {
      "16": "icons/16_16.png",
      "32": "icons/32_32.png",
      "48": "icons/64_64.png",
      "128": "icons/128_128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/options.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/uuspy.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/contentScripts.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icons/16_16.png",
    "32": "icons/32_32.png",
    "48": "icons/64_64.png",
    "128": "icons/128_128.png"
  }
}