Skip to content

Commit

Permalink
Internationalize fallback manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid committed Jul 14, 2024
1 parent df0ec68 commit 8ece250
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions manifest.fx.v3.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"manifest_version": 3,
"name": "Kiwix",
"name": "__MSG_extensionName__",
"version": "4.1.0",

"description": "Kiwix is an offline reader for content from Wikipedia, TED Talks, Stackexchange, and many other sources.",
"description": "__MSG_extensionDescription__",

"icons": {
"16": "www/img/icons/kiwix-16.png",
Expand Down Expand Up @@ -41,6 +41,7 @@
"matches": ["https://*.kiwix.org/*", "https://kiwix.github.io/*"]
}],

"default_locale": "en",
"author": "Kiwix",
"homepage_url": "https://www.kiwix.org",
"offline_enabled": true
Expand Down
5 changes: 3 additions & 2 deletions manifest.v2.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"manifest_version": 2,
"name": "Kiwix",
"name": "__MSG_extensionName__",
"version": "4.1.0",

"description": "Kiwix is an offline reader for content from Wikipedia, TED Talks, Stackexchange, and many other sources.",
"description": "__MSG_extensionDescription__",

"icons": {
"16": "www/img/icons/kiwix-16.png",
Expand Down Expand Up @@ -41,6 +41,7 @@

"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",

"default_locale": "en",
"author": "mossroy",
"homepage_url": "https://www.kiwix.org",
"offline_enabled": true
Expand Down

0 comments on commit 8ece250

Please sign in to comment.