2020-01-12 23:02:47 +01:00
|
|
|
{
|
|
|
|
"short_name": "2FAuth",
|
|
|
|
"name": "2FAuth",
|
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "/favicon_lg.png",
|
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "180x180"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"start_url": "/",
|
|
|
|
"display": "standalone",
|
|
|
|
"scope": "/",
|
2024-04-02 09:35:08 +02:00
|
|
|
"theme_color": "#242424",
|
|
|
|
"shortcuts": [
|
|
|
|
{
|
|
|
|
"name": "New 2FA",
|
|
|
|
"url": "/start",
|
|
|
|
"description": "Add a new 2FA account by flashing a QR code or filling out a form"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Import 2FAs",
|
|
|
|
"url": "/account/import",
|
|
|
|
"description": "Import 2FA accounts previously exported from another 2FA app"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Settings",
|
|
|
|
"url": "/settings/options",
|
|
|
|
"description": "Manage your 2FAuth user settings"
|
|
|
|
}
|
|
|
|
]
|
2020-01-12 23:02:47 +01:00
|
|
|
}
|