3f1aa9f221
Loosely based on the README entry, so users know how to actually use the extension. Closes: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/541 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/358>
11 lines
309 B
Plaintext
11 lines
309 B
Plaintext
{
|
|
"extension-id": "@extension_id@",
|
|
"uuid": "@uuid@",
|
|
"settings-schema": "@gschemaname@",
|
|
"gettext-domain": "@gettext_domain@",
|
|
"name": "Screenshot Window Sizer",
|
|
"description": "Resize windows for GNOME Software screenshots with Ctrl+Alt+s shortcut",
|
|
"shell-version": [ "@shell_current@" ],
|
|
"url": "@url@"
|
|
}
|