You've already forked AstralRinth
forked from didirus/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
15 lines
253 B
JSON
15 lines
253 B
JSON
{
|
|
"identifier": "ads",
|
|
"description": "",
|
|
"local": false,
|
|
"remote": {
|
|
"urls": ["https://modrinth.com/*", "http://localhost:3000/*"]
|
|
},
|
|
"webviews": [
|
|
"ads-window"
|
|
],
|
|
"permissions": [
|
|
"shell:allow-open",
|
|
"ads:default"
|
|
]
|
|
} |