SMPR

SMPR

Subway Monthly Punch Report

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "SMPR",
  "description": "Subway Monthly Punch Report",
  "version": "1.7",
  "action": {
    "default_icon": "sicon.png",
    "default_popup": "popup.html"
  },
  "host_permissions": [
    "https://*/*"
  ],
  "permissions": [
    "storage",
    "cookies"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}