Skip to content

Commit

Permalink
chore(settings): add browser_style property as it's recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6b committed Sep 25, 2018
1 parent d2640b4 commit 5b555a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"scripts": ["index.js"]
},
"options_ui": {
"page": "settings/settings.html"
"page": "settings/settings.html",
"browser_style": true
},
"permissions": ["<all_urls>", "activeTab", "clipboardWrite", "contextMenus", "tabs", "storage"]
}

0 comments on commit 5b555a9

Please sign in to comment.