I Need Some Space

I Need Some Space

A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "I Need Some Space",
  "description": "A space-themed new tab extension that pulls from NASA's image database and the ISS Live Feed. ",
  "version": "0.0.2",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "48": "icons/48.png",
    "128": "icons/128.png"
  }
}