Differences From Artifact [49413af971]:
- File gc_lang/fr/webext/manifest.json — part of check-in [51a209f202] at 2017-08-04 08:18:42 on branch webext2 — [core][fx] gc engine in a dedicated worker (user: olr, size: 1080) [annotate] [blame] [check-ins using]
To Artifact [ebaa1e6143]:
- File gc_lang/fr/webext/manifest.json — part of check-in [f7b29b571c] at 2017-08-07 15:09:00 on branch webext2 — [fx] tests with context menus (user: olr, size: 1100) [annotate] [blame] [check-ins using] [more...]
| ︙ | ︙ | |||
37 38 39 40 41 42 43 |
"grammalecte/_dictionaries/French.json",
"grammalecte/fr/conj_data.json",
"grammalecte/fr/mfsp_data.json",
"grammalecte/fr/phonet_data.json",
"grammalecte/fr/tests_data.json"
],
"permissions": [
| | > | 37 38 39 40 41 42 43 44 45 46 47 |
"grammalecte/_dictionaries/French.json",
"grammalecte/fr/conj_data.json",
"grammalecte/fr/mfsp_data.json",
"grammalecte/fr/phonet_data.json",
"grammalecte/fr/tests_data.json"
],
"permissions": [
"activeTab",
"contextMenus"
]
}
|