Add browser_action icons

This commit is contained in:
hensm
2019-03-11 23:11:22 +00:00
parent b4deca4905
commit 0cdc402b4e
8 changed files with 80 additions and 0 deletions

View File

@@ -11,6 +11,13 @@
}
, "browser_action": {
"default_popup": "popup/index.html"
, "theme_icons": [
{
"light": "icons/cast-default-light.svg"
, "dark": "icons/cast-default-dark.svg"
, "size": 32
}
]
}
, "background": {