From 7faeafc62603ece5762034f3f7d435c03f9bcf9e Mon Sep 17 00:00:00 2001 From: PeDitX Date: Sat, 23 Nov 2024 21:48:58 +0330 Subject: [PATCH] Create manifest.json --- luasrc/manifest.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 luasrc/manifest.json diff --git a/luasrc/manifest.json b/luasrc/manifest.json new file mode 100644 index 0000000..ae32540 --- /dev/null +++ b/luasrc/manifest.json @@ -0,0 +1,27 @@ +{ + "name": "PeDitX", + "short_name": "PeDitX", + "start_url": "/", + "display": "standalone", + "background_color": "#ffffff", + "theme_color": "#4CAF50", + "icons": [ + { + "src": "/luci-static/peditx/gaya/icon/apple/icon-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "any maskable" + }, + { + "src": "/luci-static/peditx/gaya/icon/apple/icon-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "any maskable" + }, + { + "src": "/luci-static/peditx/gaya/icon/apple/apple-touch-icon.png", + "sizes": "180x180", + "type": "image/png" + } + ] +}