mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
10 lines
442 B
JSON
10 lines
442 B
JSON
{ "name": "Trusted App Example",
|
|
"description": "A Manifest for a Trusted Hosted Application",
|
|
"type": "trusted",
|
|
"launch_path": "/index.html",
|
|
"icons": { "128" : "icon-128.png" },
|
|
"version": 1,
|
|
"csp" : "script-src https://www.example.com; style-src https://www.example.com",
|
|
"permissions": { "device-storage:videos":{ "access": "readonly" }, "device-storage:pictures":{ "access": "readwrite" } },
|
|
"default_locale": "en-US"
|
|
}
|