32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": ["*://*/*"],
"js": ["content_scripts/modify_page.js"]
}
],
"web_accessible_resources": [
"grammalecte/_dictionaries/French.json",
"grammalecte/fr/conj_data.json",
"grammalecte/fr/mfsp_data.json",
"grammalecte/fr/phonet_data.json",
|
|
|
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": ["*://*/*"],
"js": ["content_scripts/modify_page.js", "grammalecte/text.js"]
}
],
"web_accessible_resources": [
"grammalecte/_dictionaries/French.json",
"grammalecte/fr/conj_data.json",
"grammalecte/fr/mfsp_data.json",
"grammalecte/fr/phonet_data.json",
|