Skip to content

Commit c944d21

Browse files
author
jm-factorin
committed
[v1.0.1] add icons
1 parent e72ae39 commit c944d21

4 files changed

Lines changed: 24 additions & 19 deletions

File tree

icons/128.png

36.4 KB
Loading

icons/16.png

18 KB
Loading

icons/48.png

20.9 KB
Loading

manifest.json

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
11
{
2-
"manifest_version": 2,
3-
"name": "ChatWork Code Highlight!",
4-
"version": "1.0.0",
5-
"description": "ChatWork Code Highlight!",
6-
"permissions": [
7-
"https://kcw.kddi.ne.jp/*",
8-
"tabs"
9-
],
10-
11-
"short_name": "ChatWork Code",
12-
"content_scripts": [
13-
{
14-
"matches": ["https://kcw.kddi.ne.jp/*"],
15-
"js": ["js/extension.js"],
16-
"run_at": "document_end"
17-
}
18-
],
19-
20-
"web_accessible_resources": ["js/app.js"]
2+
"manifest_version": 2,
3+
"name": "ChatWork Code Highlight!",
4+
"version": "1.0.1",
5+
"description": "ChatWork Code Highlight!",
6+
"icons": {
7+
"128": "icons/128.png",
8+
"48": "icons/48.png",
9+
"16": "icons/16.png"
10+
},
11+
"permissions": [
12+
"https://kcw.kddi.ne.jp/*",
13+
"tabs"
14+
],
15+
"short_name": "ChatWork Code",
16+
"content_scripts": [
17+
{
18+
"matches": ["https://kcw.kddi.ne.jp/*"],
19+
"js": ["js/extension.js"],
20+
"run_at": "document_end"
21+
}
22+
],
23+
"web_accessible_resources": [
24+
"js/app.js"
25+
]
2126
}

0 commit comments

Comments
 (0)