Differences From Artifact [f9bf321344]:
- File gc_lang/fr/webext/manifest.json — part of check-in [0e2a49ac8c] at 2017-08-09 09:16:06 on branch webext2 — [fx] add search engine (user: olr, size: 1376) [annotate] [blame] [check-ins using]
To 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]
︙ | |||
29 30 31 32 33 34 35 36 37 38 39 40 41 42 | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | + + + + + + | "browser_style": true }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": ["*://*/*"], "js": ["content_scripts/modify_page.js"] } ], "web_accessible_resources": [ "grammalecte/_dictionaries/French.json", "grammalecte/fr/conj_data.json", "grammalecte/fr/mfsp_data.json", "grammalecte/fr/phonet_data.json", "grammalecte/fr/tests_data.json" ], |
︙ |