Lunar Lander

Lunar Lander

Control a spacecraft as it falls toward the surface of the Moon

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "0.1.0",
  "name": "Lunar Lander",
  "description": "Control a spacecraft as it falls toward the surface of the Moon",
  "offline_enabled": true,
  "permissions": [],
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png",
    "256": "data/icons/256.png",
    "512": "data/icons/512.png"
  },
  "action": {
    "default_popup": "/data/popup/index.html"
  },
  "background": {},
  "commands": {
    "_execute_action": {}
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}