mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
28 lines
721 B
JSON
28 lines
721 B
JSON
{
|
|
"name": "Invoice Ninja",
|
|
"short_name": "Invoice Ninja",
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"background_color": "#0175C2",
|
|
"theme_color": "#0175C2",
|
|
"description": "Invoice Clients, Track Work-Time, Get Paid Online.",
|
|
"orientation": "portrait-primary",
|
|
"prefer_related_applications": true,
|
|
"related_applications": [
|
|
{
|
|
"platform": "play",
|
|
"id": "com.invoiceninja.app"
|
|
}, {
|
|
"platform": "itunes",
|
|
"url": "https://testflight.apple.com/join/MJ6WpaXh"
|
|
}
|
|
],
|
|
"icons": [
|
|
{
|
|
"src": "images/logo.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|