diff --git a/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 000000000..18d981003
--- /dev/null
+++ b/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+
+
+
+
+ IDEDidComputeMac32BitWarning
+
+
+
diff --git a/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
new file mode 100644
index 000000000..f9b0d7c5e
--- /dev/null
+++ b/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
@@ -0,0 +1,8 @@
+
+
+
+
+ PreviewsEnabled
+
+
+
diff --git a/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
new file mode 100644
index 000000000..f9b0d7c5e
--- /dev/null
+++ b/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
@@ -0,0 +1,8 @@
+
+
+
+
+ PreviewsEnabled
+
+
+
diff --git a/web/browserconfig.xml b/web/browserconfig.xml
deleted file mode 100644
index c55414822..000000000
--- a/web/browserconfig.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-#ffffff
\ No newline at end of file
diff --git a/web/favicon.png b/web/favicon.png
new file mode 100644
index 000000000..e062b83e7
Binary files /dev/null and b/web/favicon.png differ
diff --git a/web/icons/Icon-192.png b/web/icons/Icon-192.png
new file mode 100644
index 000000000..3781c0638
Binary files /dev/null and b/web/icons/Icon-192.png differ
diff --git a/web/icons/Icon-512.png b/web/icons/Icon-512.png
new file mode 100644
index 000000000..8b824e807
Binary files /dev/null and b/web/icons/Icon-512.png differ
diff --git a/web/index.html b/web/index.html
index 01e44df97..c954eb0da 100644
--- a/web/index.html
+++ b/web/index.html
@@ -2,14 +2,32 @@
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
fluffychat
+
+
+
diff --git a/web/manifest.json b/web/manifest.json
index 027d595ed..e4f6c31cf 100644
--- a/web/manifest.json
+++ b/web/manifest.json
@@ -1,17 +1,23 @@
{
- "short_name": "FluffyChat",
"name": "FluffyChat",
- "description": "Chat with your friends",
+ "short_name": "FluffyChat",
+ "start_url": ".",
+ "display": "standalone",
+ "background_color": "#0175C2",
+ "theme_color": "#0175C2",
+ "description": "The cutest messenger in the Matrix network",
+ "orientation": "portrait-primary",
+ "prefer_related_applications": false,
"icons": [
{
- "src": "assets/assets/logo.png",
- "type": "image/png",
- "sizes": "181x182"
+ "src": "icons/Icon-192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "icons/Icon-512.png",
+ "sizes": "512x512",
+ "type": "image/png"
}
- ],
- "start_url": "https://christianpauly.gitlab.io/fluffychat-flutter",
- "background_color": "#FFFFFF",
- "display": "standalone",
- "scope": "/",
- "theme_color": "#5625BA"
+ ]
}
\ No newline at end of file