NASA APOD

Get your daily NASA astronomy photos here! You also have the option to view in full size mode and browse the archives.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "NASA APOD",
  "description": "Get your daily NASA astronomy photos here! You also have the option to view in full size mode and browse the archives.",
  "version": "1.0",
  "icons": {
    "128": "128.png"
  },
  "app": {
    "urls": [
      "http://www.taketwoapps.com/apps/book/astro/book.html"
    ],
    "launch": {
      "web_url": "http://www.taketwoapps.com/apps/book/astro/book.html"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}