Simple Weather

Simple Weather

A basic weather widget.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Simple Weather",
  "description": "A basic weather widget.",
  "version": "0.0.2",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Weather Widget"
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "optional_permissions": [
    "geolocation"
  ],
  "content_security_policy": "script-src 'self' 'sha256-S0u+tc0vCU5CEg3t6WQwjf76zqTvdIt6+gvLnfjLh4o='; object-src 'self'"
}