Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save AurelienLoyer/f1306fc756a281ebd3664c1ed394f856 to your computer and use it in GitHub Desktop.

Select an option

Save AurelienLoyer/f1306fc756a281ebd3664c1ed394f856 to your computer and use it in GitHub Desktop.
manifest.json
{
"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