mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
* feat: base of instances v2 * feat: use old profiles with compat layer * prototype: instances v2 * fix: install_from using profile * fix: skins migration fix * fix: frontend still using profile path * fix: add update proj multiselect guard * fix: cargo fmt * fix: content missing fields * feat: break up app-lib/api/instance.rs * fix: check_content_updates mismatch * fix: updater modal cleanup w/new structure * feat: better update all handling * fix: remove preview_update_all * fix: feedback on bulk update + lint * fix: rem transitions * fix: change to jsonb * feat: app db backup after update * fix: lint * fix: sqlx prepare + use sqlx macros * fix: lint * fix: bugs * feat: defuck the installing process up * fix: bug of hell * fix: shear * fix: fmt * fix: install progress spacing + change mc/content/overrides to bytes * fix: lint * fix: prepr * fix: navtabs anim not working in app * fix: worlds.vue improvements + browse page fixes * feat: optimise queries + adapter fns * fix: lint * fix: lint * feat: shared modrinth-content-management crate (#6469) * feat: disable warnings setting * feat: add instances shortcuts (#6329) * Add modrinth://launch deep link to start a profile Support external profile launching via modrinth://launch/{profile_path} for integrations such as Stream Deck. * Change route to /launch/profile/{id} for future extensibility * fix: ensure profile path is url decoded * fix: URL-decode profile path from deep link * fix: use urlencoding crate for URL decoding * feat: implement app instance shortcuts * feat: change windows shortcut creation to use windows api instead * feat: implement creating a shortcut launching world/server * format * fmt * fix multiline inline tables * pnpm prepr * feat: move create shortcut to last item * refactor: split up shortcuts.rs for individual platforms * refactor: turn profile launch url into url type * use string literal and add safety comment * pt2 * refactor: rename anything that's profile into instance * update mac shortcut --------- Co-authored-by: DJCheesusReal <134006619+DJCheesusReal@users.noreply.github.com> --------- Co-authored-by: Truman Gao <106889354+tdgao@users.noreply.github.com> Co-authored-by: DJCheesusReal <134006619+DJCheesusReal@users.noreply.github.com>
116 lines
2.1 KiB
JSON
116 lines
2.1 KiB
JSON
{
|
|
"identifier": "plugins",
|
|
"description": "",
|
|
"local": true,
|
|
"windows": [
|
|
"main"
|
|
],
|
|
"permissions": [
|
|
"dialog:allow-open",
|
|
"dialog:allow-confirm",
|
|
"opener:default",
|
|
"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",
|
|
{
|
|
"identifier": "http:default",
|
|
"allow": [
|
|
{
|
|
"url": "https://modrinth.com/*"
|
|
},
|
|
{
|
|
"url": "https://*.modrinth.com/*"
|
|
},
|
|
{
|
|
"url": "https://*.nodes.modrinth.com/*"
|
|
},
|
|
{
|
|
"url": "https://api.mclo.gs/*"
|
|
},
|
|
{
|
|
"url": "https://fill.papermc.io/*"
|
|
},
|
|
{
|
|
"url": "https://api.purpurmc.org/*"
|
|
},
|
|
{
|
|
"url": "http://localhost:8000/*"
|
|
},
|
|
{
|
|
"url": "http://127.0.0.1:8000/*"
|
|
},
|
|
{
|
|
"url": "http://*.taila228c5.ts.net/*"
|
|
},
|
|
{
|
|
"url": "https://*.taila228c5.ts.net/*"
|
|
}
|
|
]
|
|
},
|
|
"dialog:allow-save",
|
|
"fs:allow-read-dir",
|
|
"fs:allow-read-file",
|
|
"fs:allow-read-text-file",
|
|
"fs:allow-write-file",
|
|
"fs:allow-write-text-file",
|
|
"fs:allow-create",
|
|
"fs:allow-remove",
|
|
"fs:allow-rename",
|
|
"fs:allow-copy-file",
|
|
"fs:allow-stat",
|
|
"fs:allow-exists",
|
|
"fs:allow-mkdir",
|
|
{
|
|
"identifier": "fs:scope",
|
|
"allow": [
|
|
{
|
|
"path": "$APPDATA/profiles"
|
|
},
|
|
{
|
|
"path": "$APPDATA/profiles/**"
|
|
},
|
|
{
|
|
"path": "$APPCONFIG/profiles"
|
|
},
|
|
{
|
|
"path": "$APPCONFIG/profiles/**"
|
|
},
|
|
{
|
|
"path": "$CONFIG/profiles"
|
|
},
|
|
{
|
|
"path": "$CONFIG/profiles/**"
|
|
}
|
|
]
|
|
},
|
|
"auth:default",
|
|
"import:default",
|
|
"jre:default",
|
|
"logs:default",
|
|
"metadata:default",
|
|
"minecraft-skins:default",
|
|
"mr-auth:default",
|
|
"instance:default",
|
|
"install:default",
|
|
"process:default",
|
|
"cache:default",
|
|
"files:default",
|
|
"settings:default",
|
|
"shortcuts:default",
|
|
"tags:default",
|
|
"utils:default",
|
|
"ads:default",
|
|
"friends:default",
|
|
"worlds:default"
|
|
]
|
|
}
|