Nasa Picture of the Day Tab

Nasa Picture of the Day Tab

Replaces new tabs with the NASA picture of the day with related title and explanation of the picture.

Merlin
Additional files are visible only to premium users

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}"
    }
  }
}