SkyWatcher

SkyWatcher

display the weather of current location

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "SkyWatcher",
  "version": "0.0.1",
  "manifest_version": 3,
  "description": "display the weather of current location",
  "permissions": [
    "geolocation"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "news.png"
  },
  "icons": {
    "128": "news.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}