mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Add version_name field to manifest.json
This isn't used by Firefox but we can still read it.
This commit is contained in:
parent
83fff0d700
commit
3dc1c7b6e1
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue