Created
June 2, 2026 12:22
-
-
Save AurelienLoyer/f1306fc756a281ebd3664c1ed394f856 to your computer and use it in GitHub Desktop.
manifest.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "id": "com.nodus.dashboard", | |
| "name": "Nodus Home Dashboard", | |
| "short_name": "Nodus", | |
| "start_url": "http://192.168.1.78:1337/index.html", | |
| "scope": "/", | |
| "display": "fullscreen", | |
| "orientation": "landscape", | |
| "background_color": "#16213e", | |
| "theme_color": "#16213e", | |
| "icons": [ | |
| { | |
| "src": "https://img.icons8.com/fluent/512/home-automation.png", | |
| "sizes": "512x512", | |
| "type": "image/png", | |
| "purpose": "any" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment