mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 14:59:12 +02:00
fixed manifest.json of context-menu-demo to make it comply with il8n (#163)
This commit is contained in:
committed by
Kumar McMillan
parent
d12e2847a6
commit
087c8a2f06
@@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
|
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "context-menu-demo",
|
"name": "__MSG_extensionName__",
|
||||||
|
"description": "__MSG_extensionDescription__",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user