pay/web/static/manifest.webmanifest

37 lines
773 B
JSON

{
"dir": "ltr",
"lang": "en",
"name": "NotDotPay",
"short_name": "not.pay",
"scope": "/",
"icons": [
{
"sizes": "192x192",
"src": "/icon-192.png",
"type": "image/png",
"purpose": "maskable"
},
{
"sizes": "512x512",
"src": "/icon-512.png",
"type": "image/png",
"purpose": "maskable"
}
],
"display": "minimal-ui",
"orientation": "natural",
"start_url": ".",
"id": "/",
"theme_color": "#000",
"related_applications": [
{
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=com.paypal.android.p2pmobile",
"id": "com.paypal.android.p2pmobile"
}
],
"prefer_related_applications": false,
"background_color": "#fff",
"shortcuts": []
}