Add addon_config

This commit is contained in:
Alexandre
2024-11-14 14:24:44 +01:00
committed by GitHub
parent b001d98416
commit 481c2075f8
4 changed files with 10 additions and 4 deletions

View File

@@ -80,7 +80,8 @@
"ingress": true,
"init": false,
"map": [
"share:rw"
"share:rw",
"addon_config:rw"
],
"name": "Scrutiny",
"options": {
@@ -115,5 +116,5 @@
"slug": "scrutiny",
"udev": true,
"url": "https://github.com/AnalogJ/scrutiny",
"version": "v0.8.1-8"
"version": "v0.8.1-9"
}