13 lines
250 B
JSON
13 lines
250 B
JSON
{
|
|
"id": "inspector",
|
|
"title": {
|
|
"en": "Inspect changes from a single user"
|
|
},
|
|
"description": {
|
|
"en": "A theme to inspect what a single user did in the past"
|
|
},
|
|
"icon": "./assets/svg/add.svg",
|
|
"layers": [
|
|
"usertouched"
|
|
]
|
|
}
|