Skip to content

Commit

Permalink
Reformat manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BTernaryTau committed May 8, 2024
1 parent 7ebe455 commit fa047e2
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"lang": "en",
"name": "Technically Exists",
"short_name": "Tech. Exists",
"icons": [
{
"src": "/android-chrome-192x192.png?v=rMlbJkPXO7",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png?v=rMlbJkPXO7",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#f7f7f7",
"background_color": "#f7f7f7",
"start_url": "/",
"display": "standalone",
"orientation": "any"
}
"lang": "en",
"name": "Technically Exists",
"short_name": "Tech. Exists",
"icons": [
{
"src": "/android-chrome-192x192.png?v=rMlbJkPXO7",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png?v=rMlbJkPXO7",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#f7f7f7",
"background_color": "#f7f7f7",
"start_url": "/",
"display": "standalone",
"orientation": "any"
}

0 comments on commit fa047e2

Please sign in to comment.