diff --git a/client/web/icons/Icon-192.png b/client/web/icons/Icon-192.png deleted file mode 100644 index adade1347..000000000 Binary files a/client/web/icons/Icon-192.png and /dev/null differ diff --git a/client/web/icons/Icon-512.png b/client/web/icons/Icon-512.png deleted file mode 100644 index 605651859..000000000 Binary files a/client/web/icons/Icon-512.png and /dev/null differ diff --git a/client/web/icons/Icon-maskable-192.png b/client/web/icons/Icon-maskable-192.png deleted file mode 100644 index 00c9a473f..000000000 Binary files a/client/web/icons/Icon-maskable-192.png and /dev/null differ diff --git a/client/web/icons/Icon-maskable-512.png b/client/web/icons/Icon-maskable-512.png deleted file mode 100644 index f37ae2790..000000000 Binary files a/client/web/icons/Icon-maskable-512.png and /dev/null differ diff --git a/client/web/manifest.json b/client/web/manifest.json index d60103988..08f2023de 100644 --- a/client/web/manifest.json +++ b/client/web/manifest.json @@ -1,35 +1,35 @@ { - "name": "Flet", - "short_name": "Flet", - "start_url": ".", - "display": "standalone", - "background_color": "#0175C2", - "theme_color": "#0175C2", - "description": "A new Flutter project.", - "orientation": "portrait-primary", - "prefer_related_applications": false, - "icons": [ - { - "src": "icons/Icon-192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "icons/Icon-512.png", - "sizes": "512x512", - "type": "image/png" - }, - { - "src": "icons/Icon-maskable-192.png", - "sizes": "192x192", - "type": "image/png", - "purpose": "maskable" - }, - { - "src": "icons/Icon-maskable-512.png", - "sizes": "512x512", - "type": "image/png", - "purpose": "maskable" - } - ] + "name": "Flet", + "short_name": "Flet", + "start_url": ".", + "display": "standalone", + "background_color": "#ffffff", + "theme_color": "#0175C2", + "description": "Flet - the fastest way to build Flutter apps in Python", + "orientation": "portrait-primary", + "prefer_related_applications": false, + "icons": [ + { + "src": "icons/icon-192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "icons/icon-512.png", + "sizes": "512x512", + "type": "image/png" + }, + { + "src": "icons/icon-maskable-192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "icons/icon-maskable-512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ] } diff --git a/media/logo/flet-logo.cdr b/media/logo/flet-logo.cdr index d07c4b88f..ec13ba14b 100644 Binary files a/media/logo/flet-logo.cdr and b/media/logo/flet-logo.cdr differ diff --git a/sdk/python/playground/icons-browser.py b/sdk/python/playground/icons-browser.py index cb10729f0..153680722 100644 --- a/sdk/python/playground/icons-browser.py +++ b/sdk/python/playground/icons-browser.py @@ -125,4 +125,4 @@ def search_click(e): ) -flet.app(name="test1", port=8550, target=main, view=flet.FLET_APP) +flet.app(name="test1", port=8550, target=main, view=flet.WEB_BROWSER)