Skip to content

Commit

Permalink
Merge pull request #144 from ecency/feature/manifest
Browse files Browse the repository at this point in the history
Updated manifest
  • Loading branch information
feruzm authored Nov 2, 2024
2 parents 59d8e66 + 03b69c6 commit 3dcda94
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"name": "Ecency",
"theme_color": "#0900ff",
"background_color": "#ffffff",
"short_name": "Ecency",
"id": "com.ecency",
"description": "Ecency - decentralized, rewarding communities",
"categories": [
"social"
],
"icons": [
{
"src": "/assets/logo-192x192.svg",
Expand All @@ -19,9 +26,7 @@
"type": "image/svg"
}
],
"theme_color": "#FFFFFF",
"background_color": "#FFFFFF",
"start_url": "/",
"start_url": "https://ecency.com/ ",
"display": "standalone",
"orientation": "portrait"
}

0 comments on commit 3dcda94

Please sign in to comment.