Skip to content

Commit

Permalink
Create manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditi22Bansal authored Jul 5, 2024
1 parent fd88930 commit 2368d8f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Hoplite/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Hoplite Game",
"short_name": "Hoplite",
"description": "A simple web-based strategy game inspired by Hoplite.",
"version": "1.0.0",
"manifest_version": 2,
"start_url": "index.html",
"display": "standalone",
"background_color": "#f5f5f5",
"theme_color": "#ffffff",
"orientation": "portrait",
"icons": [
{
"src": "icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"permissions": [
"storage"
]
}

0 comments on commit 2368d8f

Please sign in to comment.