Overview
Comment: | [fx] update manifest |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fx | v1.0 |
Files: | files | file ages | folders |
SHA3-256: |
7fbff2010dd04f761d04e3cd1fc8ea0a |
User & Date: | olr on 2019-04-13 11:10:54 |
Other Links: | manifest | tags |
Context
2019-04-14
| ||
17:17 | [fx] make shortcuts work with contentEditable nodes check-in: da6f681fdf user: olr tags: trunk, fx | |
2019-04-13
| ||
11:10 | [fx] update manifest check-in: 7fbff2010d user: olr tags: trunk, fx, v1.0 | |
10:27 | [fx] update main panel (community dictionary disabled) check-in: 80861be530 user: olr tags: trunk, fx | |
Changes
Modified gc_lang/fr/webext/manifest.json from [0b1ffb3df6] to [b65fdf3ef3].
1 2 3 4 5 6 7 8 9 | { "manifest_version": 2, "name": "Grammalecte [fr]", "short_name": "Grammalecte [fr]", "version": "1.0", "applications": { "gecko": { "id": "French-GC@grammalecte.net", | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | { "manifest_version": 2, "name": "Grammalecte [fr]", "short_name": "Grammalecte [fr]", "version": "1.0", "applications": { "gecko": { "id": "French-GC@grammalecte.net", "strict_min_version": "57.0" } }, "minimum_chrome_version": "61", "author": "Olivier R.", "homepage_url": "https://grammalecte.net/", |
︙ | ︙ | |||
135 136 137 138 139 140 141 | "chrome_settings_overrides": { "search_provider": { "name": "Grammalecte", "search_url": "https://grammalecte.net/dictionary.php?prj=fr&lemma={searchTerms}", "keyword": "gram", "favicon_url": "https://grammalecte.net/favicon.ico", | < | 135 136 137 138 139 140 141 142 143 144 145 | "chrome_settings_overrides": { "search_provider": { "name": "Grammalecte", "search_url": "https://grammalecte.net/dictionary.php?prj=fr&lemma={searchTerms}", "keyword": "gram", "favicon_url": "https://grammalecte.net/favicon.ico", "is_default": false } } } |