Skip to content

Commit 5b9d464

Browse files
committed
fix(manifest): update extension description for all stores
WE2-498 Signed-off-by: Mart Somermaa <[email protected]>
1 parent ccd0d0f commit 5b9d464

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

static/chrome/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Web eID",
44
"version": "{{package.version}}",
5-
"description": "The Web eID extension enables usage of European Union electronic identity smart cards for secure authentication and digital signing of documents on the web using public-key cryptography.",
5+
"description": "Use your electronic identification card for secure authentication and digital signing.",
66
"icons": {
77
"128": "icons/web-eid-icon-128.png"
88
},

static/firefox/manifest.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,15 @@
22
"manifest_version": 2,
33
"name": "Web eID",
44
"version": "{{package.version}}",
5-
6-
"description": "The Web eID extension enables usage of European Union electronic identity smart cards for secure authentication and digital signing of documents on the web using public-key cryptography.",
7-
5+
"description": "Use your electronic identification card for secure authentication and digital signing.",
86
"browser_specific_settings": {
97
"gecko": {
108
"id": "{e68418bc-f2b0-4459-a9ea-3e72b6751b07}"
119
}
1210
},
13-
1411
"icons": {
1512
"128": "icons/web-eid-icon-128.png"
1613
},
17-
1814
"content_scripts": [
1915
{
2016
"js": [
@@ -23,18 +19,16 @@
2319
"matches": [
2420
"*://*/*"
2521
]
26-
2722
}
2823
],
29-
3024
"browser_action": {
3125
"default_icon": "icons/web-eid-icon-128.png"
3226
},
33-
3427
"background": {
35-
"scripts": ["background.js"]
28+
"scripts": [
29+
"background.js"
30+
]
3631
},
37-
3832
"permissions": [
3933
"*://*/*",
4034
"webRequest",

static/safari/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"default_locale": "en",
44
"name": "Web eID",
5-
"description": "The extension enables usage of electronic identity for secure authentication and digital signing on the web.",
5+
"description": "Use your electronic identification card for secure authentication and digital signing.",
66
"version": "{{package.version}}",
77
"icons": {
88
"128": "web-eid-icon-128.png"

0 commit comments

Comments
 (0)