Skip to content

Commit

Permalink
Update to chrome optionsv2
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Nov 23, 2014
1 parent 581ef14 commit 4844062
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"name":"FB fixed navbar",
"description":"Freezes left navigation pane on Facebook",
"version":"1.1.2",
"version":"1.1.3",
"manifest_version":2,
"author": "Philipp Schirmer",
"icons": {
"128": "icons/icon128.png",
"48": "icons/icon48.png"
},
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"permissions": [
"storage"
],
Expand Down

0 comments on commit 4844062

Please sign in to comment.