File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments