23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
"80": "img/logo-80.png",
"96": "img/logo-96.png" },
"browser_action": {
"default_icon": "img/logo-32.png",
"default_popup": "panel/main.html",
"default_title": "Grammalecte [fr]",
"browser_style": true
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
|
|
|
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
"80": "img/logo-80.png",
"96": "img/logo-96.png" },
"browser_action": {
"default_icon": "img/logo-32.png",
"default_popup": "panel/main.html",
"default_title": "Grammalecte [fr]",
"browser_style": false
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
|