SunRise

SunRise

SunRise displays a map of the world showing the sunrise, sunset & twilight.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "SunRise",
  "description": "SunRise displays a map of the world showing the sunrise, sunset & twilight.",
  "version": "1.0",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [],
  "offline_enabled": true
}