BigGo Price History Shopping Assistant

BigGo Price History Shopping Assistant

Price comparison, product price history, store promotions and discount codes. Smart shopping with BigGo Helper.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "js": [
        "js/content.bundle.rollup.js",
        "js/content.listener.rollup.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "js/iframe/biggo.internal.listener.rollup.js"
      ],
      "matches": [
        "https://*.biggo.com.tw/*",
        "https://*.biggo.jp/*",
        "https://*.biggo.my/*",
        "https://*.biggo.hk/*",
        "https://*.biggo.sg/*",
        "https://*.biggo.ph/*",
        "https://*.biggo.co.th/*",
        "https://*.biggo.id/*",
        "https://*.vn.biggo.com/*",
        "https://*.biggo.co.in/*",
        "https://*.biggo.com.au/*",
        "https://*.biggo.mx/*",
        "https://*.biggo.com.br/*",
        "https://*.extension.biggo.com/*",
        "https://*.account.biggo.com/*",
        "https://*.biggo.com/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "incognito": "spanning",
  "description": "__MSG_exdescription__",
  "icons": {
    "16": "icons/biggo_ic_16.png",
    "32": "icons/biggo_ic_32.png",
    "48": "icons/biggo_ic_48.png",
    "128": "icons/biggo_ic_128.png"
  },
  "name": "__MSG_exname__",
  "options_ui": {
    "page": "pages/options/options.html",
    "open_in_tab": true
  },
  "externally_connectable": {
    "matches": [
      "https://*.biggo.com.tw/*",
      "https://*.biggo.jp/*",
      "https://*.biggo.my/*",
      "https://*.biggo.hk/*",
      "https://*.biggo.sg/*",
      "https://*.biggo.ph/*",
      "https://*.biggo.co.th/*",
      "https://*.biggo.id/*",
      "https://*.vn.biggo.com/*",
      "https://*.biggo.co.in/*",
      "https://*.biggo.com.au/*",
      "https://*.biggo.mx/*",
      "https://*.biggo.com.br/*",
      "https://*.extension.biggo.com/*",
      "https://*.account.biggo.com/*",
      "https://*.biggo.com/*"
    ]
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": "icons/[email protected]",
    "default_popup": "pages/popmenu/popmenu.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "web_accessible_resources": [
    "js/*.json",
    "js/*.js",
    "icons/*",
    "images/*",
    "css/*.css",
    "pages/*",
    "template/*",
    "style/*",
    "/js/*.js"
  ],
  "permissions": [
    "<all_urls>",
    "https://www.google.com/*",
    "https://google.com/*",
    "tabs",
    "cookies",
    "contextMenus",
    "webRequest",
    "webNavigation",
    "alarms",
    "storage",
    "https://*.biggo.com.tw/*",
    "https://*.biggo.jp/*",
    "https://*.biggo.my/*",
    "https://*.biggo.hk/*",
    "https://*.biggo.sg/*",
    "https://*.biggo.ph/*",
    "https://*.biggo.co.th/*",
    "https://*.biggo.id/*",
    "https://*.vn.biggo.com/*",
    "https://*.biggo.co.in/*",
    "https://*.biggo.com.au/*",
    "https://*.biggo.mx/*",
    "https://*.biggo.com.br/*",
    "https://*.extension.biggo.com/*",
    "https://*.account.biggo.com/*",
    "https://*.biggo.com/*"
  ],
  "manifest_version": 2,
  "version": "2.4.9",
  "browser_specific_settings": {
    "gecko": {
      "id": "{dc4a60aa-d4d2-4eb8-a6fd-dfe66c70d3ee}"
    }
  }
}