Differences From Artifact [282aafe91a]:
- File gc_lang/fr/webext/manifest.json — part of check-in [63625992e9] at 2017-08-03 08:24:29 on branch webext2 — [core][js] conj initialization (user: olr, size: 1189) [annotate] [blame] [check-ins using]
To Artifact [8518105802]:
- File gc_lang/fr/webext/manifest.json — part of check-in [ef57c2c66f] at 2017-08-03 08:43:26 on branch webext2 — [core][js] mfsp initialization (user: olr, size: 1221) [annotate] [blame] [check-ins using]
| ︙ | |||
31 32 33 34 35 36 37 38 39 40 41 42 43 44 | 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",
|
| ︙ |