31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
},
"background": {
"scripts": [
"grammalecte/helpers.js",
"grammalecte/text.js",
"grammalecte/tokenizer.js",
"grammalecte/fr/conj.js",
"gce_worker.js"
]
},
"web_accessible_resources": [
"grammalecte/fr/conj_data.json",
"grammalecte/fr/mfsp_data.json",
"grammalecte/fr/phonet_data.json",
|
>
|
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
},
"background": {
"scripts": [
"grammalecte/helpers.js",
"grammalecte/text.js",
"grammalecte/tokenizer.js",
"grammalecte/fr/conj.js",
"grammalecte/fr/mfsp.js",
"gce_worker.js"
]
},
"web_accessible_resources": [
"grammalecte/fr/conj_data.json",
"grammalecte/fr/mfsp_data.json",
"grammalecte/fr/phonet_data.json",
|