diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..f9d7ab6 --- /dev/null +++ b/manifest.json @@ -0,0 +1,19 @@ +{ + "name": "زبان برنامه نویسی سلام", + "short_name": "زبان سلام", + "icons": [ + { + "src": "/images/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/images/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ff5c00", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/site.webmanifest b/site.webmanifest deleted file mode 100644 index ef5dd64..0000000 --- a/site.webmanifest +++ /dev/null @@ -1 +0,0 @@ -{"name":"زبان برنامه نویسی سلام","short_name":"زبان سلام","icons":[{"src":"/images/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/images/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ff5c00","background_color":"#ffffff","display":"standalone"}