Differences From Artifact [ce6a6e89b7]:
- File gc_lang/fr/webext/manifest.json — part of check-in [1d14af8272] at 2017-08-03 09:06:04 on branch webext2 — [core][js] phonet initialization (user: olr, size: 1255) [annotate] [blame] [check-ins using]
To Artifact [500a80f533]:
- File gc_lang/fr/webext/manifest.json — part of check-in [3d1c080fa8] at 2017-08-03 10:04:50 on branch webext2 — [core][js] ibdawg initialization (user: olr, size: 1324) [annotate] [blame] [check-ins using]
| ︙ | |||
28 29 30 31 32 33 34 35 36 37 38 39 40 41 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | + + |
"default_popup": "panel/main.html",
"default_title": "Grammalecte [fr]",
"browser_style": false
},
"background": {
"scripts": [
"grammalecte/helpers.js",
"grammalecte/str_transform.js",
"grammalecte/ibdawg.js",
"grammalecte/text.js",
"grammalecte/tokenizer.js",
"grammalecte/fr/conj.js",
"grammalecte/fr/mfsp.js",
"grammalecte/fr/phonet.js",
"gce_worker.js"
]
|
| ︙ |