Random NASA Pic of the Day

Random NASA Pic of the Day

Theme with a random Nasa Pic of the Day

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "./page/index.html"
  },
  "name": "Random NASA Pic of the Day",
  "description": "Theme with a random Nasa Pic of the Day",
  "version": "0.2.2",
  "manifest_version": 2,
  "icons": {
    "16": "./milkyWay1.png",
    "128": "./milkyWay2.png"
  }
}