Skip to content

Commit

Permalink
Create manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LudwikJaniuk committed Nov 5, 2014
1 parent 254dd8a commit 44b0fa0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Scroll Beyond End",
"description": "Add space(s) at the end of current page",
"version": "2.0",
"permissions": [
"activeTab"
],
"background": {
"scripts": ["background.js"],
"persistent": false
},
"browser_action": {
"default_title": "Add space(s) at the end of current page"
},
"manifest_version": 2
}

0 comments on commit 44b0fa0

Please sign in to comment.