{ "name": "AlwaysKillSticky", "version": "0.1", "description": "Get rid of sticky elements on websites - permanently!", "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "http://*/*", "https://*/*" ], "run_at": "document_end", "js": [ "contentScript.js" ] } ], "options_page": "options.html", "manifest_version": 2 }