Skip to content

Commit

Permalink
Create manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
peditx authored Nov 23, 2024
1 parent 5b2a717 commit 7faeafc
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions luasrc/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 7faeafc

Please sign in to comment.