HoroscopeZone - The best way to read daily astrological forecast and search
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"service_worker": "background.js"
},
"chrome_url_overrides": {
"newtab": "./index.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"description": "HoroscopeZone - The best way to read daily astrological forecast and search",
"host_permissions": [
"*://horoscope-zone.com/",
"*://*.horoscope-zone.com/"
],
"icons": {
"16": "images/icons/16x16.png",
"64": "images/icons/64x64.png",
"128": "images/icons/128x128.png"
},
"manifest_version": 3,
"name": "HoroscopeZone",
"permissions": [
"cookies",
"storage",
"alarms"
],
"short_name": "Horoscope",
"version": "1.0.0",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}