My Horoscope Pro

My Horoscope Pro

MyHoroscope Pro is a free and insightful daily horoscope extension, offering new tab search, favorite sites shortcuts, and news.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "util.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.myhoroscopepro.com/*"
      ],
      "js": [
        "js/beacon-script.js"
      ]
    }
  ],
  "manifest_version": 3,
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "64": "icons/64.png",
    "128": "icons/128.png",
    "512": "icons/512.png"
  },
  "description": "__MSG_appDesc__",
  "name": "__MSG_appName__",
  "default_locale": "en",
  "host_permissions": [
    "https://*.myhoroscopepro.com/*"
  ],
  "permissions": [
    "storage",
    "scripting",
    "alarms"
  ],
  "chrome_url_overrides": {
    "newtab": "new-tab/new-tab.html"
  },
  "short_name": "__MSG_appShortName__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.2.9"
}