HoroscopeZone

HoroscopeZone

HoroscopeZone - The best way to read daily astrological forecast and search

Merlin
Additional files are visible only to premium users

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"
}