International Space Station Tab

International Space Station Tab

Get a live feed from the International Space Station whenever you open a new browser tab!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "International Space Station Tab",
  "short_name": "International Space Station Tab",
  "version": "0.0.3",
  "manifest_version": 2,
  "chrome_url_overrides": {
    "newtab": "newpage.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}