Skip to content

Commit 8f63486

Browse files
committed
Move files for better Chrome compability
1 parent b0496d5 commit 8f63486

16 files changed

+32
-1
lines changed

manifest.chome.json

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"manifest_version": 2,
3+
"name": "__MSG_extensionName__",
4+
"description": "__MSG_extensionDescription__",
5+
"icons": {
6+
"16": "icon_16.png",
7+
"32": "icon_32.png",
8+
"64": "icon_64.png"
9+
},
10+
"author": "quassy",
11+
"homepage_url": "https://quassy.github.io/pwdhash/",
12+
"version": "2.2.0",
13+
"permissions": ["tabs", "activeTab"],
14+
"default_locale": "en",
15+
16+
"browser_action": {
17+
"default_icon": "favicon.ico",
18+
"default_title" : "__MSG_actionPopup__",
19+
"browser_style": true,
20+
"default_popup": "index.html"
21+
},
22+
"commands": {
23+
"_execute_browser_action": {
24+
"suggested_key": {
25+
"default": "Alt+P"
26+
},
27+
"description": "__MSG_shortcutPopup__"
28+
}
29+
}
30+
}

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"author": "quassy",
1111
"homepage_url": "https://quassy.github.io/pwdhash/",
12-
"version": "2.2.0",
12+
"version": "2.3.0",
1313
"permissions": ["tabs", "activeTab"],
1414
"default_locale": "en",
1515

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

style.css

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ body {
1818
flex-direction: column;
1919
justify-content: center;
2020
background-color: #f2f2f2;
21+
/* chrome: #fff */
2122
}
2223
form > div {
2324
display: flex;

0 commit comments

Comments
 (0)