Shopee Short Link

Shopee Short Link

Shopee Short Link

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Shopee Short Link",
  "description": "Shopee Short Link",
  "version": "1.0.8",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "declarativeContent",
    "http://local.api.integration.shopee.vn/",
    "https://ext-api.vn-ops.shopee.io/",
    "https://api.performancehorizon.com/"
  ],
  "icons": {
    "16": "shoppe.png",
    "32": "shoppe.png",
    "48": "shoppe.png",
    "128": "shoppe.png"
  },
  "options_page": "options.html",
  "background": {
    "scripts": [
      "scripts/libs/jquery/jquery.min.js",
      "scripts/libs/lodash/lodash.js",
      "scripts/libs/lodash/lodash.js",
      "scripts/libs/moment/moment.js",
      "scripts/common.js",
      "scripts/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "shoppe.png"
  }
}