From e6833253c7399155348e68fc09ab25cf5e40d36d Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Wed, 17 Jul 2024 20:14:07 -0700 Subject: [PATCH] close #276 --- src/gui/src/manifest.json | 49 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/src/gui/src/manifest.json b/src/gui/src/manifest.json index e9e65657..e460628e 100644 --- a/src/gui/src/manifest.json +++ b/src/gui/src/manifest.json @@ -3,6 +3,51 @@ "short_name": "Puter", "display": "standalone", "start_url": "/", + "id": "puter", + "description": "Personal Cloud Computer: All your files, apps, and games in one place accessible from anywhere at any time.", + "dir": "auto", + "lang": "en", + "orientation": "any", + "scope": "/", + "categories": [ + "productivity", + "entertainment", + "games", + "navigation", + "utilities" + ], + "shortcuts": [ + { + "name": "Notepad", + "short_name": "Notepad", + "description": "Cloud Notepad", + "url": "/app/editor" + }, + { + "name": "Dev Center", + "short_name": "Dev Center", + "description": "Publish your apps and games on the Puter", + "url": "/app/dev-center" + }, + { + "name": "Camera", + "short_name": "Camera", + "description": "Take a picture or record a video", + "url": "/app/camera" + }, + { + "name":"Recorder", + "short_name":"Recorder", + "description":"Record audio notes and voice memos", + "url":"/app/recorder" + }, + { + "name": "Terminal", + "short_name": "Terminal", + "description": "Terminal", + "url": "/app/terminal" + } + ], "icons": [ { "src": "/favicons/android-icon-36x36.png", @@ -40,5 +85,7 @@ "type": "image/png", "density": "4.0" } - ] + ], + "theme_color": "#000000", + "background_color": "#000000" } \ No newline at end of file