2020-06-08 17:10:10 +02:00
|
|
|
{
|
|
|
|
"name": "Invoice Ninja",
|
|
|
|
"short_name": "Invoice Ninja",
|
|
|
|
"start_url": ".",
|
|
|
|
"display": "standalone",
|
|
|
|
"background_color": "#0175C2",
|
|
|
|
"theme_color": "#0175C2",
|
|
|
|
"description": "The leading open-source invoicing app",
|
|
|
|
"orientation": "portrait-primary",
|
|
|
|
"prefer_related_applications": true,
|
|
|
|
"related_applications": [
|
|
|
|
{
|
|
|
|
"platform": "play",
|
|
|
|
"url": "https://play.google.com/store/apps/details?id=com.invoiceninja.app",
|
|
|
|
"id": "com.invoiceninja.app"
|
|
|
|
}, {
|
|
|
|
"platform": "itunes",
|
|
|
|
"url": "https://testflight.apple.com/join/MJ6WpaXh"
|
|
|
|
}
|
2020-06-14 21:41:55 +02:00
|
|
|
],
|
2020-06-08 17:10:10 +02:00
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "images/logo.png",
|
2020-06-14 21:41:55 +02:00
|
|
|
"sizes": "512x512",
|
2020-06-08 17:10:10 +02:00
|
|
|
"type": "image/png"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|