Artifact d6b505c28a62d18e1e78326a66dcd0865c29abf44cd75a232429890fb64bfe17:
- File gc_lang/fr/mailext/manifest.json — part of check-in [3411a84d68] at 2019-09-01 19:13:34 on branch tbme — [tb] update manifest.json (user: olr, size: 474) [annotate] [blame] [check-ins using]
{ "manifest_version": 2, "applications": { "gecko": { "id": "${tb_identifier}", "strict_min_version": "68.0a1" } }, "name": "${tb_name}", "description": "${description}", "version": "${version}", "author": "${author}", "homepage_url": "${link}", "background": { "scripts": [ "grammalecte/graphspell/helpers.js", "background.js" ] }, "permissions": [ "storage" ], "legacy": { "type": "xul" } }