Skip to content

Commit

Permalink
feat(options): generate options dialog using a template
Browse files Browse the repository at this point in the history
to allow for more dynamic options to be added
  • Loading branch information
sbrudz committed Dec 22, 2020
1 parent 70bec49 commit 6c191b7
Show file tree
Hide file tree
Showing 5 changed files with 321 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"default_title": "Just Not Sorry"
},
"options_ui": {
"page": "options/options.html",
"page": "options.html",
"chrome_style": true
},
"web_accessible_resources": [],
Expand Down
1 change: 0 additions & 1 deletion options/options.html → options/options.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,5 @@
<div id="status"></div>
<button id="save">Save</button>

<script src="options.js"></script>
</body>
</html>
Loading

0 comments on commit 6c191b7

Please sign in to comment.