Add version_name field to manifest.json

This isn't used by Firefox but we can still read it.
This commit is contained in:
Oliver Blanthorn 2020-08-07 16:00:17 +01:00
parent 83fff0d700
commit 3dc1c7b6e1
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -2,6 +2,7 @@
"manifest_version": 2,
"name": "Tridactyl",
"version": "1.20.0",
"version_name": "1.20.0",
"icons": {
"64": "static/logo/Tridactyl_64px.png",
"100": "static/logo/Tridactyl_100px.png",
@ -122,4 +123,4 @@
"omnibox": {
"keyword": "tri"
}
}
}