CoolSearches New Tab

CoolSearches New Tab

Get the most out of your new tab with CoolSearches. Instant access to weather, news, finance and more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "CoolSearches New Tab",
  "version": "1.1.7",
  "description": "Get the most out of your new tab with CoolSearches. Instant access to weather, news, finance and more!",
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "logos/icon16.png",
    "64": "logos/icon64.png",
    "128": "logos/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "service_worker": "scripts/sw.js"
  },
  "permissions": [
    "storage",
    "geolocation",
    "bookmarks"
  ],
  "host_permissions": [
    "https://newsapi.org/*",
    "https://www.alphavantage.co/*",
    "https://api.weatherapi.com/*"
  ]
}