forked from Archives/Athou_commafeed
split client and server into maven modules
This commit is contained in:
32
commafeed-client/src/main/app/manifest.json
Normal file
32
commafeed-client/src/main/app/manifest.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "CommaFeed",
|
||||
"icons": [
|
||||
{
|
||||
"src": "app-icon-72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image/png",
|
||||
"density": "1.5"
|
||||
},
|
||||
{
|
||||
"src": "app-icon-114.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png",
|
||||
"density": "2.0"
|
||||
},
|
||||
{
|
||||
"src": "app-icon-144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png",
|
||||
"density": "3.0"
|
||||
},
|
||||
{
|
||||
"src": "app-icon-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"density": "4.0"
|
||||
}
|
||||
],
|
||||
"scope": ".",
|
||||
"start_url": "./",
|
||||
"display": "standalone"
|
||||
}
|
||||
Reference in New Issue
Block a user