diff --git a/fixed_navbar.js b/fixed_navbar.js index 60881f6..9cb464f 100644 --- a/fixed_navbar.js +++ b/fixed_navbar.js @@ -9,7 +9,7 @@ function fixNavbar() { var scrollbarHider = document.createElement('div'); var navigationWrapper = document.createElement('div'); leftColWrapper.id = 'leftColWrapper'; - scrollbarHider.id = 'scrollbarHider';s + scrollbarHider.id = 'scrollbarHider'; navigationWrapper.id = 'navigationWrapper'; mainContainer .appendChild(leftColWrapper) diff --git a/manifest.json b/manifest.json index 1bd2788..7d73d45 100644 --- a/manifest.json +++ b/manifest.json @@ -1,19 +1,19 @@ { -"name":"FB fixed navbar", -"description":"", -"version":"0.0.2", -"manifest_version":2, -"author": "Philipp Schirmer", -"icons": { - "128": "icons/icon128.png", - "48": "icons/icon48.png" -}, -"content_scripts": [ - { - "matches": ["*://www.facebook.com/*"], - "css": ["fixed_navbar.css"], - "js": ["fixed_navbar.js"], - "run_at": "document_end" - } - ] + "name":"FB fixed navbar", + "description":"", + "version":"0.0.3", + "manifest_version":2, + "author": "Philipp Schirmer", + "icons": { + "128": "icons/icon128.png", + "48": "icons/icon48.png" + }, + "content_scripts": [ + { + "matches": ["*://www.facebook.com/*"], + "css": ["fixed_navbar.css"], + "js": ["fixed_navbar.js"], + "run_at": "document_end" + } + ] } \ No newline at end of file