Skip to content

Commit

Permalink
fix(manifest): update extension description for all stores
Browse files Browse the repository at this point in the history
WE2-498

Signed-off-by: Mart Somermaa <mrts@users.noreply.github.com>
  • Loading branch information
mrts committed Jul 26, 2021
1 parent ccd0d0f commit 5b9d464
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion static/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Web eID",
"version": "{{package.version}}",
"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.",
"description": "Use your electronic identification card for secure authentication and digital signing.",
"icons": {
"128": "icons/web-eid-icon-128.png"
},
Expand Down
14 changes: 4 additions & 10 deletions static/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,15 @@
"manifest_version": 2,
"name": "Web eID",
"version": "{{package.version}}",

"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.",

"description": "Use your electronic identification card for secure authentication and digital signing.",
"browser_specific_settings": {
"gecko": {
"id": "{e68418bc-f2b0-4459-a9ea-3e72b6751b07}"
}
},

"icons": {
"128": "icons/web-eid-icon-128.png"
},

"content_scripts": [
{
"js": [
Expand All @@ -23,18 +19,16 @@
"matches": [
"*://*/*"
]

}
],

"browser_action": {
"default_icon": "icons/web-eid-icon-128.png"
},

"background": {
"scripts": ["background.js"]
"scripts": [
"background.js"
]
},

"permissions": [
"*://*/*",
"webRequest",
Expand Down
2 changes: 1 addition & 1 deletion static/safari/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"default_locale": "en",
"name": "Web eID",
"description": "The extension enables usage of electronic identity for secure authentication and digital signing on the web.",
"description": "Use your electronic identification card for secure authentication and digital signing.",
"version": "{{package.version}}",
"icons": {
"128": "web-eid-icon-128.png"
Expand Down

0 comments on commit 5b9d464

Please sign in to comment.