Moment

Moment

Minimalist time and weather on the new tab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Moment",
  "version": "1.5.0",
  "manifest_version": 2,
  "description": "Minimalist time and weather on the new tab page.",
  "icons": {
    "16": "icon.16.png",
    "48": "icon.48.png",
    "128": "icon.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "https://api.wunderground.com/",
    "geolocation"
  ],
  "content_security_policy": "script-src 'self' https://api.aerisapi.com/ https://api.wunderground.com/api/; object-src 'self'",
  "options_page": "options.html",
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}