Skip to content

Commit

Permalink
Deploying to gh-pages from @ af03873 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord committed Dec 2, 2024
1 parent bdb706e commit f38a87e
Showing 1 changed file with 22 additions and 23 deletions.
45 changes: 22 additions & 23 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
{
"name": "Ace Attorney Online",
"short_name": "WebAO",
"start_url": "index.html",
"scope": "./",
"icons": [
{
"src": "logo-new.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "logo-new-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"

}
],
"theme_color": "#2c3d51",
"background_color": "#2c3d51",
"display": "standalone"
}
{
"name": "Ace Attorney Online",
"short_name": "WebAO",
"start_url": "index.html",
"scope": "./",
"icons": [
{
"src": "logo-new.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "logo-new-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"theme_color": "#2c3d51",
"background_color": "#2c3d51",
"display": "standalone"
}

0 comments on commit f38a87e

Please sign in to comment.