Grammalecte  Check-in [5c8705d0d9]

Overview
Comment:[fr] version minimale pour Firefox
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | fr
Files: files | file ages | folders
SHA3-256: 5c8705d0d9a4a3a30b68cb57da8123e78fc5624dd34ed8a4aba2093ba96156bf
User & Date: olr on 2017-04-27 07:00:13
Other Links: manifest | tags
Context
2017-04-27
11:24
[fr] faux positif: si nécessaire check-in: b32cdfdbe2 user: olr tags: trunk, fr
07:00
[fr] version minimale pour Firefox check-in: 5c8705d0d9 user: olr tags: trunk, fr
2017-04-26
17:14
fix server check-in: 4176701b46 user: olr tags: trunk, v0.5.16, server
Changes

Modified gc_lang/fr/xpi/package.json from [c0e1ab12d6] to [c511c94ce1].

9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  "icon": "data/img/icon-48.png",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Olivier R.",
  "license": "GPL-3.0 (http://www.gnu.org/licenses/gpl-3.0.html)",
  "engines": {
    "firefox": ">=45.0"
  },
  "unpack": true,
  "permissions": {
    "multiprocess": true,
    "private-browsing": true
  },








|







9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  "icon": "data/img/icon-48.png",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Olivier R.",
  "license": "GPL-3.0 (http://www.gnu.org/licenses/gpl-3.0.html)",
  "engines": {
    "firefox": ">=52.0"
  },
  "unpack": true,
  "permissions": {
    "multiprocess": true,
    "private-browsing": true
  },