Overview
| Comment: | [fx] manifest: forgot message_box.css for web_accessible_resources | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | fx | 
| Files: | files | file ages | folders | 
| SHA3-256: | 0d0c9678860cebf0b581dc644ef840f3 | 
| User & Date: | olr on 2018-11-02 09:38:28 | 
| Other Links: | manifest | tags | 
Context
| 2018-11-02 | ||
| 10:09 | [fx][tb][lo][fr] dicollecte.org -> grammalecte.net check-in: dbc09a118c user: olr tags: trunk, fr, tb, fx, lo | |
| 09:38 | [fx] manifest: forgot message_box.css for web_accessible_resources check-in: 0d0c967886 user: olr tags: trunk, fx | |
| 09:35 | [fx] merge shadowdom (good work!) check-in: 7c9b320470 user: olr tags: trunk, fx | |
Changes
Modified gc_lang/fr/webext/manifest.json from [d8859f320e] to [9d35bad1da].
| ︙ | ︙ | |||
| 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",
 | 
| ︙ | ︙ |