Skip to content

Commit

Permalink
Add shortcuts definition to the webapp manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Apr 2, 2024
1 parent 5fb1d60 commit a61f5f4
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,22 @@
"start_url": "/",
"display": "standalone",
"scope": "/",
"theme_color": "#242424"
"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"
}
]
}

0 comments on commit a61f5f4

Please sign in to comment.