ITRS Uptrends Transaction Recorder

ITRS Uptrends Transaction Recorder

ITRS Uptrends Transaction Recorder

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ITRS Uptrends Transaction Recorder",
  "short_name": "UT Recorder",
  "description": "ITRS Uptrends Transaction Recorder",
  "version": "3.0.0",
  "version_name": "3.0.0",
  "action": {},
  "background": {
    "service_worker": "service-worker.global.js",
    "type": "module"
  },
  "permissions": [
    "scripting",
    "tabs",
    "storage",
    "webNavigation"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "options_page": "options.html",
  "icons": {
    "16": "/icons/icon16.png",
    "24": "/icons/icon24.png",
    "32": "/icons/icon32.png",
    "48": "/icons/icon48.png",
    "128": "/icons/icon128.png"
  }
}