Weathergirls

Weathergirls

Let the Weathergirls show you what the weather is like out there with each new tab!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Weathergirls",
  "description": "Let the Weathergirls show you what the weather is like out there with each new tab!",
  "version": "1.0",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "girls.html"
  },
  "short_name": "Weathergirls",
  "permissions": [
    "geolocation",
    "https://*.fathom.info/"
  ],
  "content_security_policy": "script-src 'self' https://use.fontawesome.com https://api.forecast.io https://weathergirls.fathom.info; object-src 'self'",
  "manifest_version": 2,
  "icons": {
    "38": "icon.png",
    "128": "icon128.png",
    "144": "icon144.png"
  }
}