15 lines
449 B
JSON
15 lines
449 B
JSON
{
|
||
// manifest.json
|
||
"extensionName": {
|
||
"message": "Mastodon – Simplified Federation!",
|
||
"description": "Name of the extension."
|
||
},
|
||
"extensionNameShort": {
|
||
"message": "Mastodon - Simplified Federation!",
|
||
"description": "Name of the extension."
|
||
},
|
||
"extensionDescription": {
|
||
"message": "Simplifies following or interacting with other users on remote instances.",
|
||
"description": "Description of the extension."
|
||
}
|
||
}
|