mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-18 23:38:31 +02:00
22 lines
555 B
JSON
22 lines
555 B
JSON
{
|
|
"extensionName": {
|
|
"message": "Meine Beispielerweiterung",
|
|
"description": "Name of the extension."
|
|
},
|
|
|
|
"extensionDescription": {
|
|
"message": "Benachrichtigt den Benutzer über Linkklicks",
|
|
"description": "Description of the extension."
|
|
},
|
|
|
|
"notificationTitle": {
|
|
"message": "Klickbenachrichtigung",
|
|
"description": "Title of the click notification."
|
|
},
|
|
|
|
"notificationContent": {
|
|
"message": "Du hast $1 angeklickt",
|
|
"description": "Tells the user which link they clicked: the $1 placeholder is the url."
|
|
}
|
|
}
|