Skip to content

Commit

Permalink
Create manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
melonmasteristaken authored Jun 4, 2024
1 parent 251a523 commit 3e7c878
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"background_color": "#5f727c",
"description": "Luminous Parallax Wonderland",
"dir": "ltr",
"display": "standalone",
"name": "Luminaura",
"orientation": "any",
"scope": "/",
"short_name": "Luminaura",
"start_url": "/",
"theme_color": "#5f727c",
"icons": [
{
"src": "https://luminaura.github.io/assets/luminauraicon.png",
"type": "image/png",
"sizes": "446x446"
}
],
"id": "1DSTLuminaura",
"lang": "en",
"display_override": [
"fullscreen",
"standalone",
"minimal-ui",
"window-controls-overlay",
"browser"
]
}

0 comments on commit 3e7c878

Please sign in to comment.