Cupoane Reducere

Cupoane Reducere

Afiseza cele mai convenabile cupoane si oferte de reducere pe cele mai mari magazine online din romania.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Cupoane Reducere",
  "author": "softadept.net",
  "version": "3.2",
  "description": "Afiseza cele mai convenabile cupoane si oferte de reducere pe cele mai mari magazine online din romania.",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "service_worker": "worker.js"
  },
  "action": {
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "bundle.js"
      ]
    }
  ]
}