Tzofar - Red Alert

Tzofar - Red Alert

The best extension for rockets sirens alerts and other threats in Israel

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "js/serviceworker.js"
  },
  "action": {
    "default_icon": {
      "16": "img/16.png",
      "48": "img/48.png",
      "128": "img/128.png"
    },
    "default_title": "__MSG_appTitle__",
    "default_popup": "popup.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "host_permissions": [
    "*://tzevaadom.co.il/*",
    "*://*.tzevaadom.co.il/*"
  ],
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "manifest_version": 3,
  "permissions": [
    "*://tzevaadom.co.il/*",
    "*://*.tzevaadom.co.il/*",
    "background",
    "notifications",
    "storage",
    "offscreen"
  ],
  "name": "__MSG_appTitle__",
  "short_name": "__MSG_appTitle__",
  "description": "__MSG_appDesc__",
  "default_locale": "he",
  "version": "1.2.1",
  "web_accessible_resources": [
    {
      "resources": [
        "logo.png",
        "alert.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "minimum_chrome_version": "109"
}