Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
anweisen committed Nov 4, 2024
1 parent c9e659f commit 038c0b3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"id": "net.anweisen.watched",
"short_name": "Watched",
"name": "Watched: your Time Wasted",
"description": "Analyze how much time you have spent watching tv series in your life",
Expand All @@ -22,8 +23,19 @@
],
"start_url": ".",
"display": "standalone",
"display_override": [
"window-controls-overlay",
"standalone",
"browser"
],
"orientation": "portrait",
"theme_color": "#23232A",
"background_color": "#23232A",
"handle_links": "preferred"
"handle_links": "preferred",
"client_mode": ["navigate-existing", "auto"],
"scope_extensions": [
{"origin": "watched.anweisen.net"},
{"origin": "watched-beta.anweisen.net"}
],
"dir": "ltr"
}

0 comments on commit 038c0b3

Please sign in to comment.