Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
manifest.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldevgarg committed Nov 26, 2023
1 parent 1b70144 commit 1a76d51
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 6 deletions.
2 changes: 1 addition & 1 deletion frontend/mgramseva/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "mgramseva",
"version": "1.2.15",
"version": "1.2.16",
"license": "egov"
}
Binary file removed frontend/mgramseva/web/favicon-32x32.png
Binary file not shown.
Binary file added frontend/mgramseva/web/favicon-48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/mgramseva/web/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/mgramseva/web/icons/Icon-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/mgramseva/web/icons/Icon-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/mgramseva/web/icons/Icon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 21 additions & 5 deletions frontend/mgramseva/web/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "mgramseva",
"short_name": "mgramseva",
"name": "mGramSeva",
"short_name": "mGramSeva",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "A new Flutter project.",
"background_color": "#eeeeee",
"theme_color": "#f47738",
"description": "A mobile-based application that enables the gram panchayat water committee to collect & manage revenue and expenditure.",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
Expand All @@ -19,5 +19,21 @@
"sizes": "512x512",
"type": "image/png"
}
],
"screenshots": [
{
"src": "screenshots/mGramSeva.jpg",
"sizes": "320x640",
"type": "image/jpeg",
"form_factor": "narrow",
"label": "mGramSeva"
},
{
"src": "screenshots/mGramSeva-web.png",
"sizes": "640x320",
"type": "image/png",
"form_factor": "wide",
"label": "mGramSeva-web"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/mgramseva/web/screenshots/mGramSeva.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1a76d51

Please sign in to comment.