mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 23:08:33 +02:00
22 lines
554 B
JSON
22 lines
554 B
JSON
{
|
|
"extensionName": {
|
|
"message": "Meld klikken op hyperlinks",
|
|
"description": "Name of the extension."
|
|
},
|
|
|
|
"extensionDescription": {
|
|
"message": "Toon een melding wanneer een gebruiker op hyperlinks klikt.",
|
|
"description": "Description of the extension."
|
|
},
|
|
|
|
"notificationTitle": {
|
|
"message": "Klikmelding",
|
|
"description": "Title of the click notification."
|
|
},
|
|
|
|
"notificationContent": {
|
|
"message": "U klikte op $1",
|
|
"description": "Tells the user which link they clicked: the $1 placeholder is the url."
|
|
}
|
|
}
|