Overview
| Comment: | [tb] update manifest.json |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | tb | tbme |
| Files: | files | file ages | folders |
| SHA3-256: |
3411a84d6825059670316c992058e672 |
| User & Date: | olr on 2019-09-01 19:13:34 |
| Other Links: | branch diff | manifest | tags |
Context
|
2019-09-02
| ||
| 13:13 | [tb] adaptation to new API (draft) check-in: a9234a6ef3 user: olr tags: tb, tbme | |
|
2019-09-01
| ||
| 19:13 | [tb] update manifest.json check-in: 3411a84d68 user: olr tags: tb, tbme | |
| 12:38 | [tb] new files for MailExtension check-in: cbd9b44a43 user: olr tags: tb, tbme | |
Changes
Modified gc_lang/fr/mailext/manifest.json from [ffeda8ed63] to [d6b505c28a].
| ︙ | ︙ | |||
11 12 13 14 15 16 17 |
"version": "${version}",
"author": "${author}",
"homepage_url": "${link}",
"background": {
"scripts": [
| | > | > > > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
"version": "${version}",
"author": "${author}",
"homepage_url": "${link}",
"background": {
"scripts": [
"grammalecte/graphspell/helpers.js",
"background.js"
]
},
"permissions": [
"storage"
],
"legacy": {
"type": "xul"
}
}
|