diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-15 16:46:33 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-15 16:46:33 +0000 |
| commit | dc591f8c28a6a3c565cd30bbb09e5e54cca68497 (patch) | |
| tree | dceceab01a8c3e64e53fc34db8b6a873ccf385b3 /apps/mobile/app.json | |
| parent | f922e1650df550b3dec2f010ffdc6c15ea11390d (diff) | |
| download | karakeep-dc591f8c28a6a3c565cd30bbb09e5e54cca68497.tar.zst | |
fix(mobile): Enable receiving shares from web pages as well
Diffstat (limited to 'apps/mobile/app.json')
| -rw-r--r-- | apps/mobile/app.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mobile/app.json b/apps/mobile/app.json index fed3ed82..e54d5758 100644 --- a/apps/mobile/app.json +++ b/apps/mobile/app.json @@ -34,7 +34,7 @@ { "iosActivationRules": { "NSExtensionActivationSupportsWebURLWithMaxCount": 1, - "NSExtensionActivationSupportsWebPageWithMaxCount": 0, + "NSExtensionActivationSupportsWebPageWithMaxCount": 1, "NSExtensionActivationSupportsImageWithMaxCount": 0, "NSExtensionActivationSupportsMovieWithMaxCount": 0, "NSExtensionActivationSupportsText": true |
