Astrology Home Page

Astrology Home Page

Astrology for your daily life by Prokerala.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Astrology Home Page",
  "short_name": "Astrology Home Page",
  "description": "Astrology for your daily life by Prokerala.com",
  "icons": {
    "128": "img/128.png",
    "256": "img/256.png"
  },
  "background": {
    "scripts": [
      "/assets/js/background.min.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "pages/newtab.html"
  },
  "browser_action": {
    "default_icon": "img/128.png"
  },
  "externally_connectable": {
    "matches": [
      "*://*.prokerala.com/*"
    ]
  },
  "manifest_version": 2,
  "permissions": [
    "bookmarks",
    "geolocation",
    "tabs",
    "history",
    "unlimitedStorage",
    "chrome://favicon/",
    "contextMenus",
    "storage",
    "topSites",
    "notifications",
    "<all_urls>",
    "activeTab",
    "webRequest"
  ],
  "version": "0.1.3"
}