This will allow the share extension to access the Bearer token to send images to the backend.
19 lines
472 B
TOML
19 lines
472 B
TOML
identifier = "Mobile"
|
|
description = "Capabilities for mobile platforms"
|
|
windows = ["main"]
|
|
platforms = ["android", "iOS"]
|
|
|
|
permissions = [
|
|
"core:default",
|
|
"fs:default",
|
|
"http:default",
|
|
"os:default",
|
|
"sharetarget:default",
|
|
"ios-shared-token:default",
|
|
{ identifier = "http:default", allow = [
|
|
{ url = "https://haystack.johncosta.tech" },
|
|
{ url = "http://localhost:3040" },
|
|
{ url = "http://192.168.1.199:3040" }
|
|
] },
|
|
]
|