Weather App

Weather App

The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Weather",
  "manifest_version": 2,
  "name": "Weather App",
  "version": "1.0.1",
  "description": "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.",
  "browser_action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "geolocation"
  ]
}