SearchWeather

SearchWeather

See the Weather Forecast in your browser for your location. Looking outside does not show you numbers!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SearchWeather",
  "version": "0.0.3",
  "options_page": "app/index.html",
  "icons": {
    "16": "images/icon16-1.png",
    "32": "images/icon32-1.png",
    "128": "images/128x128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon16-1.png"
    },
    "default_title": "Weather",
    "default_popup": "app/smallindex.html"
  },
  "description": "See the Weather Forecast in your browser for your location. Looking outside does not show you numbers!",
  "chrome_url_overrides": {
    "newtab": "app/index.html"
  },
  "default_locale": "en",
  "author": "Fajo Joy, Bangalore, India",
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "storage",
    "geolocation"
  ],
  "content_security_policy": "script-src  'self' https://maps.googleapis.com https://fonts.googleapis.com/css2 ; object-src 'self'",
  "manifest_version": 2
}