Differences From Artifact [1400a7a766]:
- File gc_lang/fr/webext/manifest.json — part of check-in [4e34f03093] at 2017-08-09 18:11:11 on branch webext2 — [fx] SharedWorker attempt (not working in content script) + lexicographer panel (user: olr, size: 1493) [annotate] [blame] [check-ins using]
To Artifact [988b2f9443]:
- File gc_lang/fr/webext/manifest.json — part of check-in [62d897eef2] at 2017-08-11 12:50:34 on branch webext2 — [fx] logo-80.png in manifest.json (user: olr, size: 1531) [annotate] [blame] [check-ins using]
| ︙ | |||
16 17 18 19 20 21 22 23 24 25 26 27 28 29 | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | + |
"description": "Correcteur grammatical pour le français.",
"icons": { "16": "img/logo-16.png",
"32": "img/logo-32.png",
"48": "img/logo-48.png",
"64": "img/logo-64.png",
"80": "img/logo-80.png",
"96": "img/logo-96.png" },
"browser_action": {
"default_icon": "img/logo-32.png",
"default_popup": "panel/main.html",
"default_title": "Grammalecte [fr]",
"browser_style": true
|
| ︙ |