Shopee Purchase History

Shopee Purchase History

retrieves your shopee purchases

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.1",
  "name": "Shopee Purchase History",
  "description": "retrieves your shopee purchases",
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://shopeehistory.zaldyjr.com/"
  ],
  "incognito": "split",
  "content_scripts": [
    {
      "js": [
        "shopee.js"
      ],
      "matches": [
        "https://shopee.ph/*"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}