mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Remove name from localisation
This commit is contained in:
parent
1570bfdd0a
commit
27bb44189f
2 changed files with 1 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "__MSG_fullName__",
|
"name": "SponsorBlock",
|
||||||
"short_name": "__MSG_Name__",
|
"short_name": "__MSG_Name__",
|
||||||
"version": "2.0.1",
|
"version": "2.0.1",
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
{
|
{
|
||||||
"Name": {
|
|
||||||
"message": "SponsorBlock",
|
|
||||||
"description": "Name of the extension."
|
|
||||||
},
|
|
||||||
"fullName": {
|
"fullName": {
|
||||||
"message": "SponsorBlock for YouTube - Skip Sponsorships",
|
"message": "SponsorBlock for YouTube - Skip Sponsorships",
|
||||||
"description": "Name of the extension."
|
"description": "Name of the extension."
|
||||||
|
|
Loading…
Reference in a new issue