Prog Pager

Prog Pager

פשוט וקל לצפות באשכול שלם בלחיצה אחת

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "פשוט וקל לצפות באשכול שלם בלחיצה אחת",
  "version": "1.5.8",
  "author": "[email protected]",
  "manifest_version": 3,
  "name": "Prog Pager",
  "options_page": "options.html",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.prog.co.il/*",
        "https://*.prog.co.il/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": []
    }
  ]
}