Examine source code of POS+

Inspect and view changes in POS+ source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.2da856f2.png",
    "32": "icon32.plasmo.22c33d5b.png",
    "48": "icon48.plasmo.62ad53c2.png",
    "64": "icon64.plasmo.e3f1bf00.png",
    "128": "icon128.plasmo.4be72b0f.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.2da856f2.png",
      "32": "icon32.plasmo.22c33d5b.png",
      "48": "icon48.plasmo.62ad53c2.png",
      "64": "icon64.plasmo.e3f1bf00.png",
      "128": "icon128.plasmo.4be72b0f.png"
    }
  },
  "version": "0.84.0",
  "name": "POS+",
  "description": "POS+ is an integrated payment platform.",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "permissions": [
    "storage",
    "sidePanel"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.02d4c26d.js"
      ],
      "all_frames": true,
      "css": [
        "content.249915e2.css"
      ]
    }
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "content.1d8236aa.css"
      ]
    }
  ]
}