You've already forked AstralRinth
forked from xxxOFFxxx/AstralRinth
* Implement ads in desktop app * Finish ads * use git dep instead * attempt to fix linux build (temp) * bump version + lint * comment more * fix build * try to fix linux build * Fix crashing on windows * Fix icons not showing * Remove useless env vars * Actual linux build fix * Run fmt * Fix scrolling * fix clippy * bump version + fix localhost * rev linux build patch * update version num * update csp * update csp * update csp * Switch to mousewheel event
41 lines
860 B
JSON
41 lines
860 B
JSON
{
|
|
"identifier": "plugins",
|
|
"description": "",
|
|
"local": true,
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
"dialog:allow-open",
|
|
"dialog:allow-confirm",
|
|
"shell:allow-open",
|
|
"os:allow-platform",
|
|
"os:allow-version",
|
|
"os:allow-os-type",
|
|
"os:allow-family",
|
|
"os:allow-arch",
|
|
"os:allow-exe-extension",
|
|
"os:allow-locale",
|
|
"os:allow-hostname",
|
|
"deep-link:default",
|
|
"window-state:default",
|
|
"window-state:allow-restore-state",
|
|
"window-state:allow-save-window-state",
|
|
|
|
"auth:default",
|
|
"import:default",
|
|
"jre:default",
|
|
"logs:default",
|
|
"metadata:default",
|
|
"mr-auth:default",
|
|
"profile-create:default",
|
|
"pack:default",
|
|
"process:default",
|
|
"profile:default",
|
|
"cache:default",
|
|
"settings:default",
|
|
"tags:default",
|
|
"utils:default",
|
|
"ads:default"
|
|
]
|
|
} |