Ali Reviews

Ali Reviews

Ali Reviews - Stunning social proof that drives growth

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Ali Reviews",
  "version": "6.3.4.2",
  "description": "Ali Reviews - Stunning social proof that drives growth",
  "default_locale": "en",
  "author": "Fireapps Developer 1 <[email protected]>",
  "externally_connectable": {
    "matches": [
      "https://*.fireapps.io/*",
      "https://*.alihunter.io/*",
      "https://*.alireviews.io/*",
      "https://*.onecommerce.io/*",
      "https://admin.shopify.com/*",
      "https://*.myshopify.com/admin/*",
      "https://aliorders.io/*",
      "https://*.alireviews.dev/*",
      "http://localhost:3000/*",
      "http://localhost:3005/*"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "assets/alireviewContent.js"
      ],
      "matches": [
        "https://*.fireapps.io/*",
        "https://*.alireviews.io/*",
        "https://*.onecommerce.io/*",
        "https://admin.shopify.com/*",
        "https://*.myshopify.com/admin/*",
        "https://aliorders.io/*",
        "https://*.alireviews.dev/*",
        "http://localhost:3000/*",
        "http://localhost:3005/*"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://*.aliexpress.com/*",
        "https://*.aliexpress.com/store/product/*"
      ],
      "js": [
        "assets/affiliate.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "assets/contentScript.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/customScript.js",
        "assets/oprBanner.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "images/icon16.png",
      "19": "images/icon19.png",
      "38": "images/icon38.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "19": "images/icon19.png",
    "38": "images/icon38.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "service_worker": "assets/backgroundApi.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "webRequest",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}