Scenery Tab

Scenery Tab

A beautiful scenery photo whenever opening a new tab with the local forecast.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Scenery Tab",
  "version": "1.0.2",
  "description": "A beautiful scenery photo whenever opening a new tab with the local forecast.",
  "icons": {
    "16": "src/public/icon-16.png",
    "48": "src/public/icon-48.png",
    "128": "src/public/icon-128.png"
  },
  "permissions": [
    "geolocation",
    "storage"
  ],
  "host_permissions": [
    "https://api.openweathermap.org/*",
    "https://www.bing.com/*",
    "https://api.pexels.com/v1"
  ],
  "chrome_url_overrides": {
    "newtab": "tab.html"
  },
  "author": "ScenK",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}