Skip to content

Commit

Permalink
Update WebExt manifest for v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed Mar 28, 2017
1 parent 9077331 commit 28e6af0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions webextension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
"name": "Vertical Tabs Reloaded",
"short_name": "VTR",
"description": "This Firefox add-on arranges tabs in a vertical rather than horizontal fashion.",
"version": "0.8.1-alpha",
"version": "0.8.1",
"manifest_version": 2,
"author": "Michael 'Croydon' Keck",
"developer":
"developer":
{
"name": "Michael 'Croydon' Keck"
},
"homepage_url": "https://github.com/Croydon/vertical-tabs-reloaded",
"permissions": ["storage", "tabs"],
"background":
"background":
{
"scripts": ["main.js"]
},
"options_ui":
"options_ui":
{
"page": "options.html"
},
"applications":
"applications":
{
"gecko":
"gecko":
{
"id": "[email protected]",
"strict_min_version": "52.0"
Expand Down

0 comments on commit 28e6af0

Please sign in to comment.