Istoric Pret

Istoric Pret

Compare and see prices history with the biggest prices and reviews aggregator in Romania. Mobile version also available

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "short_name": "__MSG_extensionName__",
  "version": "2.32",
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "128": "img/icon.png"
  },
  "action": {
    "default_title": "__MSG_extensionName__",
    "default_icon": "img/icon.png",
    "default_popup": "mainPopup.html"
  },
  "author": "www.istoric-preturi.info",
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "js": [
        "js/tabLoader.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "tabs",
    "scripting",
    "contextMenus",
    "alarms",
    "storage"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icon48.png",
        "img/*.*"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}