Skip to content

Commit

Permalink
Update manifest version
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgw committed Aug 16, 2017
1 parent dee0539 commit c836474
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"manifest_version": 2,

"name": "WaveTab - Minimal New Tab Page",
"short_name": "WaveTab",
"author": "Liz Wigglesworth",
"description": "Turn the new tab page into a beautiful, minimal gradient.",
"version": "0.1.1",
"version_name": "0.1.1 beta",

"version": "0.1.2",
"version_name": "0.1.2 beta",

"icons": {
"16": "assets/images/appicon-16.png",
"32": "assets/images/appicon-32.png",
"48": "assets/images/appicon-48.png",
"128": "assets/images/appicon-128.png"
},

"permissions": [
"storage"
],

"offline_enabled": true,

"chrome_url_overrides" : {
"newtab": "wavetab.html"
}
}
}

0 comments on commit c836474

Please sign in to comment.