diff --git a/public/manifest.json b/public/manifest.json index 31d1356e..ca7ff699 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -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" + } + ] } \ No newline at end of file