Weather Please

Weather Please

Weather Please is a minimal new tab page that provides an outlook on current and future weather data.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "2.5.35",
  "description": "__MSG_appDesc__",
  "author": "Gus Gaidelevicius",
  "default_locale": "en",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "geolocation",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "128": "favicon.png"
  }
}