Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kathmandhu committed Jun 28, 2024
1 parent aabf36a commit 1bb6709
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "To-Do App",
"short_name": "To-Do App",
"description": "A simple To-Do app built with Next.js, TailwindCSS, and TypeScript",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#000000",
"icons": [
{
"src": "/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}

0 comments on commit 1bb6709

Please sign in to comment.