ISS Update

ISS Update

Get the current location and crew of the Internation Space Station

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ISS Update",
  "description": "Get the current location and crew of the Internation Space Station",
  "version": "1.0",
  "author": "Cameron Church",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "images/stationLogo64.png",
    "default_title": "ISS Update",
    "default_popup": "popup.html"
  },
  "icons": {
    "64": "images/stationLogo64.png"
  },
  "content_security_policy": "script-src 'self' https://maps.googleapis.com https://maps.gstatic.com; object-src 'self'"
}