mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
fix(settings): fixed small issues with mobile
This commit is contained in:
@@ -53,9 +53,10 @@ export default defineConfig({
|
||||
name: "Revolt",
|
||||
short_name: "Revolt",
|
||||
description: "User-first, privacy-focused chat platform.",
|
||||
categories: ["messaging"],
|
||||
categories: ["communication", "chat", "messaging"],
|
||||
start_url: "/",
|
||||
orientation: "portrait",
|
||||
/*display_override: ["window-controls-overlay"],*/
|
||||
display: "standalone",
|
||||
background_color: "#101823",
|
||||
theme_color: "#101823",
|
||||
@@ -83,6 +84,23 @@ export default defineConfig({
|
||||
purpose: "maskable",
|
||||
},
|
||||
],
|
||||
//TODO: add shortcuts relating to your last opened direct messages
|
||||
/*shortcuts: [
|
||||
{
|
||||
"name": "Open Play Later",
|
||||
"short_name": "Play Later",
|
||||
"description": "View the list of podcasts you saved for later",
|
||||
"url": "/play-later?utm_source=homescreen",
|
||||
"icons": [{ "src": "/icons/play-later.png", "sizes": "192x192" }]
|
||||
},
|
||||
{
|
||||
"name": "View Subscriptions",
|
||||
"short_name": "Subscriptions",
|
||||
"description": "View the list of podcasts you listen to",
|
||||
"url": "/subscriptions?utm_source=homescreen",
|
||||
"icons": [{ "src": "/icons/subscriptions.png", "sizes": "192x192" }]
|
||||
}
|
||||
]*/
|
||||
},
|
||||
}),
|
||||
replace({
|
||||
|
||||
Reference in New Issue
Block a user