Add "gettext-domain", "extension-id" (containing the base part of the UUID) and "gschemabase" (which, combined with "extension-id", gives the GSettings schema) to metadata.json, autogenerated by the build system.
11 lines
304 B
JSON
11 lines
304 B
JSON
{
|
|
"extension-id": "@extension_id@",
|
|
"uuid": "@uuid@",
|
|
"settings-schema": "@gschemaname@",
|
|
"gettext-domain": "@gettext_domain@",
|
|
"name": "Removable Drive Menu",
|
|
"description": "A status menu for accessing and unmounting removable devices",
|
|
"shell-version": [ "@shell_current@" ],
|
|
"url": "@url@"
|
|
}
|