James Webb Space Telescope Tracker

James Webb Space Telescope Tracker

Up to date information on the position, temperature, and launch stage of the James Webb Space Telescope.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "James Webb Space Telescope Tracker",
  "description": "Up to date information on the position, temperature, and launch stage of the James Webb Space Telescope.",
  "version": "1.0",
  "manifest_version": 3,
  "host_permissions": [
    "https://api.jwst-hub.com/*"
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "/images/array2.png",
      "32": "/images/array2.png",
      "48": "/images/array2.png",
      "128": "/images/array2.png"
    }
  },
  "icons": {
    "16": "/images/array2.png",
    "32": "/images/array2.png",
    "48": "/images/array2.png",
    "128": "/images/array2.png"
  }
}