Skip to content

Commit

Permalink
Manifest updates
Browse files Browse the repository at this point in the history
Add id, remove empty screenshot, remove unused short_name, reorder
  • Loading branch information
FormularSumo committed Oct 13, 2024
1 parent 88c09a4 commit eb052bd
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"short_name": "Galaxy Collection",
"id": "/Galaxy-Collection-Web/index.html",
"start_url": "index.html",
"name": "Galaxy Collection",
"description":"A remake of the discontinued Star Wars Force Collection game",
"display": "fullscreen",
"background_color" : "black",
"theme_color": "black",
"related_applications": [{
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=com.formularsumo.starwarsforcecollectionremake.embed"
}],
"icons": [
{
"src": "Icons/maskable-icon-adaptive.svg",
Expand Down Expand Up @@ -153,15 +161,6 @@
"type": "image/webp",
"form_factor": "wide",
"label": "Settings wide"
},{
}
],
"background_color" : "black",
"theme_color": "black",
"start_url": "index.html",
"display": "fullscreen",
"related_applications": [{
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=com.formularsumo.starwarsforcecollectionremake.embed"
}]
]
}

1 comment on commit eb052bd

@FormularSumo
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#19

Please sign in to comment.