Astronomy Picture of the Day (APOD)

Astronomy Picture of the Day (APOD)

This extension shows the Astronomy Image of the Day in a new tab (replaces default). Data from NASA API

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "Steven Harris",
  "name": "Astronomy Picture of the Day (APOD)",
  "description": "This extension shows the Astronomy Image of the Day in a new tab (replaces default). Data from NASA API",
  "version": "1.0.3",
  "chrome_url_overrides": {
    "newtab": "apod.html"
  }
}