Move icons/ to assets/

There's a default alias for icons/ in apache,
https://www.electrictoolbox.com/apache-icons-directory/
This commit is contained in:
Arlo Breault 2019-07-31 17:59:48 -04:00
parent 5321223240
commit b324d9d42f
18 changed files with 10 additions and 10 deletions

View file

@ -9,7 +9,7 @@
},
"browser_action": {
"default_icon": {
"32": "icons/status-on.png"
"32": "assets/status-on.png"
},
"default_title": "Snowflake",
"default_popup": "embed.html"