Price tracker - Otsledit

Price tracker - Otsledit

Price tracker, web page content tracker, monitoring history.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_EXTENSION_NAME__",
  "short_name": "__MSG_EXTENSION_SHORT_NAME__",
  "description": "__MSG_EXTENSION_DESCRIPTION__",
  "default_locale": "en",
  "version": "2.5.49",
  "background": {
    "service_worker": "bg.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js",
        "./uus/contentuus.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "tabs",
    "contextMenus",
    "notifications",
    "activeTab",
    "unlimitedStorage",
    "storage",
    "scripting",
    "alarms",
    "offscreen"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "img/icon.png",
    "128": "img/icon.png"
  },
  "action": {
    "default_title": "Otsledit",
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "options_page": "/popup.html",
  "web_accessible_resources": [
    {
      "resources": [
        "/dashboard/index.html",
        "not.mp3",
        "audio.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}