101
102
103
104
105
106
107
108
109
110
111
112
113
114
| },
"web_accessible_resources": [
"content_scripts/panel.css",
"content_scripts/panel_tf.css",
"content_scripts/panel_gc.css",
"content_scripts/panel_lxg.css",
"content_scripts/menu.css",
"grammalecte/graphspell/_dictionaries/fr-allvars.json",
"grammalecte/graphspell/_dictionaries/fr-classic.json",
"grammalecte/graphspell/_dictionaries/fr-reform.json",
"grammalecte/fr/conj_data.json",
"grammalecte/fr/mfsp_data.json",
"grammalecte/fr/phonet_data.json",
|
>
| 101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
| },
"web_accessible_resources": [
"content_scripts/panel.css",
"content_scripts/panel_tf.css",
"content_scripts/panel_gc.css",
"content_scripts/panel_lxg.css",
"content_scripts/message_box.css",
"content_scripts/menu.css",
"grammalecte/graphspell/_dictionaries/fr-allvars.json",
"grammalecte/graphspell/_dictionaries/fr-classic.json",
"grammalecte/graphspell/_dictionaries/fr-reform.json",
"grammalecte/fr/conj_data.json",
"grammalecte/fr/mfsp_data.json",
"grammalecte/fr/phonet_data.json",
|