Shopee Calculator PH

Shopee Calculator PH

Shopee Calculator/ Purchase History using shopee's api

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Shopee Calculator PH",
  "version": "2.0.0",
  "description": "Shopee Calculator/ Purchase History using shopee's api",
  "icons": {
    "48": "cal48.png"
  },
  "manifest_version": 3,
  "author": "Ellijah Jimenez",
  "action": {
    "default_popup": "index.html",
    "default_title": "Shopee Calculator"
  },
  "host_permissions": [
    "*://shopee.ph/*"
  ],
  "permissions": [
    "cookies"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}