Skip to content

Commit

Permalink
feat: Add settings
Browse files Browse the repository at this point in the history
  • Loading branch information
yakuter committed Mar 13, 2021
1 parent b46b6b3 commit 9359f70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "passwall-extension",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"scripts": {
"serve": "vue-cli-service build --mode development --watch",
Expand Down
6 changes: 3 additions & 3 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "Passwall",
"name": "Passwall - Free Password Manager",
"homepage_url": "https://passwall.io",
"description": "Passwall official extension",
"description": "Passwall is an open source password manager",
"default_locale": "en",
"permissions": ["tabs", "activeTab", "<all_urls>", "*://*/*", "webRequest"],
"icons": {
Expand All @@ -22,7 +22,7 @@
],
"browser_action": {
"default_popup": "popup.html",
"default_title": "Passwall",
"default_title": "Passwall - Free Password Manager",
"default_icon": {
"19": "icons/19.png",
"38": "icons/38.png"
Expand Down

0 comments on commit 9359f70

Please sign in to comment.