Inspect and view changes in צבע אדום | התרעות בזמן אמת source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "צבע אדום | התרעות בזמן אמת",
"version": "1.1",
"description": "An extension that shows red alerts and other threats in realtime on a map. תוסף המציג התרעות צבע אדום ואיומים שונים בזמן אמת על מפה.",
"permissions": [
"windows",
"storage",
"offscreen"
],
"background": {
"service_worker": "scripts/serviceworker.js"
},
"host_permissions": [
"https://api.tzevadom.com/sse"
],
"action": {
"default_popup": "menu.html"
},
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"/audio/calm.wav"
],
"matches": [
"<all_urls>"
]
}
]
}