BTHLABS-0000: Add scope to PWA manifest so share sheet target.

This commit is contained in:
Tomek Wójcik 2025-09-16 22:01:07 +02:00
parent 495255206e
commit 0ab87e25a4

View File

@ -34,6 +34,7 @@ def manifest_json(request: HttpRequest) -> JsonResponse:
'type': 'image/png', 'type': 'image/png',
}, },
], ],
'scope': '/',
'share_target': { 'share_target': {
'action': request.build_absolute_uri( 'action': request.build_absolute_uri(
reverse('ui.integrations.android.share_sheet'), reverse('ui.integrations.android.share_sheet'),