Differences From Artifact [540693d351]:
- File gc_lang/fr/webext/manifest.json — part of check-in [b81808e2fa] at 2017-09-27 11:04:40 on branch trunk — [fx] WebExt: adaptation to Chrome: create window and tab (user: olr, size: 3341) [annotate] [blame] [check-ins using]
To Artifact [bbea6aa8bb]:
- File gc_lang/fr/webext/manifest.json — part of check-in [68fe952d73] at 2017-09-28 09:29:30 on branch trunk — [fx] WebExt: adaptation to Chrome: Map can’t be sent via extension messaging interface (user: olr, size: 3373) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
31 32 33 34 35 36 37 38 39 40 41 42 43 44 | "default_popup": "panel/main.html", "default_title": "Grammalecte [fr]", "browser_style": false }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": ["<all_urls>"], | > | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | "default_popup": "panel/main.html", "default_title": "Grammalecte [fr]", "browser_style": false }, "background": { "scripts": [ "grammalecte/helpers.js", "background.js" ] }, "content_scripts": [ { "matches": ["<all_urls>"], |
︙ | ︙ |