Sunrise | Sunset

Sunrise | Sunset

An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sunrise | Sunset",
  "description": "An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen",
  "version": "0.9.3",
  "short_name": "Rise | Set",
  "manifest_version": 2,
  "options_page": "options.html",
  "icons": {
    "16": "icon16manifest.png",
    "32": "icon32manifest.png",
    "48": "icon48manifest.png",
    "128": "icon128manifest.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "topSites"
  ],
  "chrome_url_overrides": {
    "newtab": "chrome.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://maps.googleapis.com https://www.google-analytics.com https://api.forecast.io; object-src 'self'"
}