Overview
Comment: | [fx] update manifest.json for previous commit |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | fx | webext2 |
Files: | files | file ages | folders |
SHA3-256: |
b862e68eb39924e3ab3b64350dd811f6 |
User & Date: | olr on 2017-08-16 13:54:13 |
Other Links: | branch diff | manifest | tags |
Context
2017-08-16
| ||
16:00 | [fx] CSS adjustments check-in: 1d184c21b2 user: olr tags: fx, webext2 | |
13:54 | [fx] update manifest.json for previous commit check-in: b862e68eb3 user: olr tags: fx, webext2 | |
13:52 | [fx] rename files for panels in content_scripts check-in: 0bd2645425 user: olr tags: fx, webext2 | |
Changes
Modified gc_lang/fr/webext/manifest.json from [37089c824a] to [133f1ccd87].
︙ | ︙ | |||
34 35 36 37 38 39 40 | "background.js" ] }, "content_scripts": [ { "matches": ["<all_urls>"], "css": [ | | | | 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | "background.js" ] }, "content_scripts": [ { "matches": ["<all_urls>"], "css": [ "content_scripts/panels_content.css", "content_scripts/tf_content.css", "content_scripts/gc_content.css", "content_scripts/lxg_content.css" ], "js": [ "content_scripts/panels_content.js", "content_scripts/tf_content.js", "content_scripts/gc_content.js", "content_scripts/lxg_content.js", "content_scripts/content_modifier.js" ] } ], |
︙ | ︙ |