Differences From Artifact [337f5c63b7]:
- File gc_lang/fr/webext/manifest.json — part of check-in [300f8ca77c] at 2017-07-19 14:57:25 on branch webext — [fx] WebExtension (beginning) (user: olr, size: 915) [annotate] [blame] [check-ins using]
To Artifact [ceb631e8ca]:
- File gc_lang/fr/webext/manifest.json — part of check-in [e1cf40b835] at 2017-07-20 15:07:24 on branch webext — [fx] All-in-one panel (user: olr, size: 971) [annotate] [blame] [check-ins using]
︙ | |||
25 26 27 28 29 30 31 32 33 34 35 36 37 38 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | + + + | "browser_action": { "default_icon": "img/logo-32.png", "default_popup": "panel/main.html", "default_title": "Grammalecte [fr]", "browser_style": false }, "background": { "scripts": ["gce_worker.js"] }, "web_accessible_resources": [ "beasts/frog.jpg", "beasts/turtle.jpg", "beasts/snake.jpg" ], "permissions": [ "activeTab" |
︙ |