Skip to content

Commit

Permalink
Update web manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
K0IN committed Dec 4, 2023
1 parent 1da9ff3 commit 410768a
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 14 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 41 additions & 14 deletions app/frontend/src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,43 @@
{
"name": "notify_frontend",
"short_name": "notify_frontend",
"start_url": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#000",
"theme_color": "#000",
"icons": [
{
"src": "/assets/icons/notify_big.png",
"type": "image/png",
"sizes": "512x512"
}
]
"name": "notify app",
"short_name": "notify",
"start_url": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#000",
"theme_color": "#000",
"categories": ["utilities", "productivity"],
"description": "Notify is a simple app that allows you to receive notifications from a webhook.",
"icons": [
{
"src": "/assets/icons/notify_big.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/assets/icons/notify_big.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"screenshots": [
{
"src": "/assets/screenshots/mobile-screenshot.png",
"sizes": "1170x2532",
"type": "image/png",
"form_factor": "narrow",
"label": "Homescreen of Awesome App",
"platform": "ios"
},
{
"src": "/assets/icons/desktop-screenshot.png",
"sizes": "2038x1301",
"type": "image/png",
"form_factor": "wide",
"label": "Homescreen of Awesome App",
"platform": "ios"
}
]
}

0 comments on commit 410768a

Please sign in to comment.