Nasa Picture of the Day Tab

Replaces new tabs with the NASA picture of the day with related title and explanation of the picture.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Nasa Picture of the Day",
  "version": "1.2",
  "description": "Adds the NASA picture of the day to your google background.",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "48": "icons/npod_icon.jpg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{db456fbd-c72d-4869-9dd1-cd03fec7b045}"
    }
  }
}