Simple 7 day forecast

Simple 7 day forecast

One click solution to viewing your cities next 7 day forecast.

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 7 day forecast",
  "description": "One click solution to viewing your cities next 7 day forecast.",
  "version": "0.0.1",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Open the popup"
  },
  "icons": {
    "16": "logo-small-128.png",
    "48": "logo-small-128.png",
    "128": "logo-small-128.png"
  },
  "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
  "permissions": [
    "https://api.weatherbit.io/v2.0/forecast/daily?",
    "https://api.weatherbit.io/v2.0/forecast/daily"
  ]
}