mirror of
https://github.com/vector-im/element-web.git
synced 2026-03-03 04:22:31 +01:00
mkdir apps/web/scripts
mv scripts/{cleanup.sh,ci_package.sh,copy-res.ts,deploy.py,package.sh} apps/web/scripts
And a couple of gitignore tweaks
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"name": "Element",
|
|
"short_name": "Element",
|
|
"display": "standalone",
|
|
"theme_color": "#76CFA6",
|
|
"start_url": "index.html",
|
|
"icons": [
|
|
{
|
|
"src": "/vector-icons/24.png",
|
|
"sizes": "24x24",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/vector-icons/120.png",
|
|
"sizes": "120x120",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/vector-icons/144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/vector-icons/152png",
|
|
"sizes": "152x152",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/vector-icons/180.png",
|
|
"sizes": "180x180",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/vector-icons/512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/vector-icons/1024.png",
|
|
"sizes": "1024x1024",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"related_applications": [
|
|
{
|
|
"platform": "play",
|
|
"url": "https://play.google.com/store/apps/details?id=im.vector.app",
|
|
"id": "im.vector.app"
|
|
},
|
|
{
|
|
"platform": "f-droid",
|
|
"url": "https://f-droid.org/repository/browse/?fdid=im.vector.app",
|
|
"id": "im.vector.app"
|
|
},
|
|
{
|
|
"platform": "itunes",
|
|
"url": "https://apps.apple.com/app/vector/id1083446067"
|
|
}
|
|
]
|
|
}
|