HOC.hu news reader and coupon finder

HOC.hu news reader and coupon finder

HOC.hu news reader and coupon finder

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js"
  },
  "description": "HOC.hu news reader and coupon finder",
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "https://www.aliexpress.com/",
    "https://www.banggood.com/",
    "https://www.tomtop.com/",
    "https://www.vevor.com/",
    "https://www.geekbuying.com/",
    "https://www.hekka.com/"
  ],
  "icons": {
    "16": "images/hoc-16.png",
    "32": "images/hoc-32.png",
    "48": "images/hoc-48.png",
    "128": "images/hoc-128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "action": {
    "default_icon": "images/hoc-32.png",
    "default_popup": "popup.html",
    "default_title": "HOC.hu RSS hírolvasó"
  },
  "manifest_version": 3,
  "name": "HOC.hu news reader and coupon finder",
  "permissions": [
    "tabs"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.1.1"
}