Merge branch 'feature/manifest-scope' into 'develop'

feat: add `"scope": "/"` to the web app manifest

See merge request firefish/firefish!10564
This commit is contained in:
Kainoa Kanter 2023-09-02 00:31:12 +00:00 committed by ThatOneCalculator
parent 9ea5cc3f5f
commit bbfc9bc832
No known key found for this signature in database
GPG Key ID: 8703CACD01000000

View File

@ -3,6 +3,7 @@
"name": "Firefish",
"description": "An open source, decentralized social media platform that's free forever!",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#1f1d2e",
"theme_color": "#31748f",