mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Provides user a minimal set of UI element for controlling navigation.
This commit is contained in:
parent
cc15590d0b
commit
a60d03f29a
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@ export default defineConfig({
|
||||||
background_color: "#000000",
|
background_color: "#000000",
|
||||||
theme_color: "#fa4b4b",
|
theme_color: "#fa4b4b",
|
||||||
display: "minimal-ui",
|
display: "minimal-ui",
|
||||||
|
id: "/",
|
||||||
|
start_url: "/",
|
||||||
icons: [
|
icons: [
|
||||||
{ src: "./img/icons/android-chrome-192x192.png", sizes: "192x192", type: "image/png" },
|
{ src: "./img/icons/android-chrome-192x192.png", sizes: "192x192", type: "image/png" },
|
||||||
{ src: "./img/icons/android-chrome-512x512.png", sizes: "512x512", type: "image/png" },
|
{ src: "./img/icons/android-chrome-512x512.png", sizes: "512x512", type: "image/png" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue