Skip to content

Commit

Permalink
Add option page (#178)
Browse files Browse the repository at this point in the history
fix #170
  • Loading branch information
stefanbuck authored and josephfrazier committed Sep 7, 2016
1 parent 71ae1d6 commit 8164380
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"background.js"
]
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"content_scripts": [
{
"matches": [
Expand Down
9 changes: 9 additions & 0 deletions assets/options.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<iframe src="http://ghbtns.com/github-btn.html?user=octolinker&amp;repo=browser-extension&amp;type=watch&amp;count=true&amp;size=small" style="background-color: transparent; border: none; overflow:hidden" width="120" height="20"></iframe>
</body>
</html>

0 comments on commit 8164380

Please sign in to comment.