{ "$schema": "https://moonlight-mod.github.io/manifest.schema.json", "id": "moonbase", "apiLevel": 2, "meta": { "name": "Moonbase", "tagline": "The official settings UI for moonlight", "authors": ["Cynosphere", "NotNite", "redstonekasi"] }, "dependencies": ["spacepack", "settings", "common", "notices", "contextMenu"], "settings": { "sections": { "advice": "reload", "displayName": "Split into sections", "description": "Show the Moonbase tabs as separate sections", "type": "boolean", "default": false }, "oldLocation": { "advice": "reload", "displayName": "Put Moonbase back at the bottom", "type": "boolean", "default": false }, "saveFilter": { "advice": "none", "displayName": "Persist filter", "description": "Save extension filter in config", "type": "boolean", "default": false }, "updateChecking": { "advice": "none", "displayName": "Automatic update checking", "description": "Checks for updates to moonlight", "type": "boolean", "default": true }, "updateBanner": { "advice": "none", "displayName": "Show update banner", "description": "Shows a banner for moonlight and extension updates", "type": "boolean", "default": true } }, "cors": [ "https://github.com/moonlight-mod/moonlight/releases/download/", "https://objects.githubusercontent.com/github-production-release-asset-" ] }