Fixed title text and icon and added toast

This commit is contained in:
llsajjad
2025-09-06 14:41:55 +03:30
parent 2fbd8018c8
commit 77ce9560b1
44 changed files with 169 additions and 152 deletions
+7 -7
View File
@@ -1,32 +1,32 @@
{
"name": "tm_app",
"short_name": "tm_app",
"name": "OppLens",
"short_name": "OppLens",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "A new Flutter project.",
"description": "OppLens",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "icons/Icon-192.png",
"src": "icons/Icon-192.svg",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/Icon-512.png",
"src": "icons/Icon-512.svg",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icons/Icon-maskable-192.png",
"src": "icons/Icon-maskable-192.svg",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/Icon-maskable-512.png",
"src": "icons/Icon-maskable-512.svg",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"