Skip to content

Commit 266b56f

Browse files
authored
Merge pull request #94 from mikeller/fix_manifest_version
Fixed manifest version (Google isn't SemVer). Also added default locale.
2 parents af8eea5 + 246918b commit 266b56f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

manifest.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "Betaflight - Blackbox Explorer",
33
"description": "Interactive flight log viewer for Betaflight",
4-
"version": "3.0.0-rc1",
4+
"version": "3.0.0",
5+
"version_name": "3.0.0-rc1",
56
"manifest_version": 2,
7+
"default_locale": "en",
68
"app": {
79
"background": {
810
"scripts": ["background.js"]

0 commit comments

Comments
 (0)