Differences From Artifact [f076b0a893]:
- File gc_lang/fr/mailext/background.js — part of check-in [bc93713e8f] at 2020-07-06 18:45:43 on branch mailext — [tb][fx] update for MailExtension (user: olr, size: 21928) [annotate] [blame] [check-ins using]
To Artifact [2a80afd42c]:
- File gc_lang/fr/mailext/background.js — part of check-in [329a134246] at 2020-07-08 06:37:46 on branch mailext — [tb][fx] update for MailExtension (user: olr, size: 21987) [annotate] [blame] [check-ins using]
| ︙ | |||
163 164 165 166 167 168 169 170 171 172 173 174 175 176 | 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 | + |
// Any number of code or file objects could be listed here.
{ code: "body { background-color: red; }" },
{ file: "compose.css" },
],*/
js: [
// Any number of code or file objects could be listed here.
//{ code: `document.body.textContent = "Hey look, the script ran!";` },
{ file: "content_scripts/editor.js" },
{ file: "content_scripts/html_src.js" },
{ file: "content_scripts/panel.js" },
{ file: "grammalecte/fr/textformatter.js" },
{ file: "content_scripts/panel_tf.js" },
{ file: "content_scripts/panel_gc.js" },
{ file: "content_scripts/message_box.js" },
{ file: "content_scripts/menu.js" },
|
| ︙ |