mirror of
https://github.com/fmhy/edit.git
synced 2025-10-13 00:01:09 +11:00
added pwa integration (#4091)
This commit is contained in:
parent
9a1f34ab6b
commit
e9cdc866eb
4 changed files with 16696 additions and 0 deletions
39
docs/public/manifest.json
Normal file
39
docs/public/manifest.json
Normal file
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"name": "FMHY - freemediaheckyeah",
|
||||
"short_name": "FMHY",
|
||||
"description": "The largest collection of free stuff on the internet!",
|
||||
"theme_color": "#7bc5e4",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait",
|
||||
"scope": "/",
|
||||
"start_url": "/",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/fmhy.ico",
|
||||
"sizes": "16x16",
|
||||
"type": "image/x-icon"
|
||||
},
|
||||
{
|
||||
"src": "/test.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/test.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
],
|
||||
"categories": ["education", "entertainment", "lifestyle", "utilities"],
|
||||
"screenshots": [
|
||||
{
|
||||
"src": "/banner2.png",
|
||||
"sizes": "1280x720",
|
||||
"type": "image/png",
|
||||
"form_factor": "wide"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue