mirror of
https://gitlab.com/SamB440/rpgregions-2.git
synced 2026-01-03 22:16:18 +00:00
27 lines
653 B
JSON
27 lines
653 B
JSON
{
|
|
"extensionName": {
|
|
"message": "Notify link clicks i18n",
|
|
"description": "Name of the extension."
|
|
},
|
|
|
|
"extensionDescription": {
|
|
"message": "Shows a notification when the user clicks on links.",
|
|
"description": "Description of the extension."
|
|
},
|
|
|
|
"notificationTitle": {
|
|
"message": "Click notification",
|
|
"description": "Title of the click notification."
|
|
},
|
|
|
|
"notificationContent": {
|
|
"message": "You clicked $URL$.",
|
|
"description": "Tells the user which link they clicked.",
|
|
"placeholders": {
|
|
"url" : {
|
|
"content" : "$1",
|
|
"example" : "https://developer.mozilla.org"
|
|
}
|
|
}
|
|
}
|
|
} |