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": "56.0"
}
},
"minimum_chrome_version": "61",
"author": "Olivier R.",
"homepage_url": "https://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
142
143
144
145
146
|
"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",
"encoding": "UTF-8",
"is_default": false
}
}
}
|
<
|
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
}
}
}
|