aboutsummaryrefslogtreecommitdiff
path: root/frontend/build/web/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/build/web/manifest.json')
-rw-r--r--frontend/build/web/manifest.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/frontend/build/web/manifest.json b/frontend/build/web/manifest.json
new file mode 100644
index 000000000..a7811d62f
--- /dev/null
+++ b/frontend/build/web/manifest.json
@@ -0,0 +1,35 @@
+{
+ "name": "auto_gpt_flutter_client",
+ "short_name": "auto_gpt_flutter_client",
+ "start_url": ".",
+ "display": "standalone",
+ "background_color": "#0175C2",
+ "theme_color": "#0175C2",
+ "description": "A new Flutter project.",
+ "orientation": "portrait-primary",
+ "prefer_related_applications": false,
+ "icons": [
+ {
+ "src": "icons/Icon-192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "icons/Icon-512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ },
+ {
+ "src": "icons/Icon-maskable-192.png",
+ "sizes": "192x192",
+ "type": "image/png",
+ "purpose": "maskable"
+ },
+ {
+ "src": "icons/Icon-maskable-512.png",
+ "sizes": "512x512",
+ "type": "image/png",
+ "purpose": "maskable"
+ }
+ ]
+}