mirror of
https://github.com/tanrax/RSSPAPER.git
synced 2025-02-07 03:38:11 -05:00
Create manifest.json
This commit is contained in:
parent
207601a5ef
commit
061b35aaa3
32
docs/manifest.json
Normal file
32
docs/manifest.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "RSSPaper",
|
||||
"short_name": "RSSPaper",
|
||||
"theme_color": "#ffffff",
|
||||
"icons": [
|
||||
{
|
||||
"src": "./img/icons/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "./img/icons/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "./img/icons/android-chrome-maskable-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "./img/icons/android-chrome-maskable-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"background_color": "#ffffff"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user