Price decoder for STOS/BMLin

Price decoder for STOS/BMLin

Decoder for STOS/BMLin price codes and others.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Price decoder for STOS/BMLin",
  "description": "Decoder for STOS/BMLin price codes and others.",
  "version": "1.1",
  "minimum_chrome_version": "88",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.yupoo.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "128": "logo.png"
  },
  "action": {
    "default_popup": "popup.html"
  }
}