I am not sure how to build the extension, so have not tested if this actually works.
Missing icons:
src/chrome/img/24-default.png
src/chrome/img/32-default.png
src/chrome/img/48-light.png
src/chrome/img/128-light.png
I am not sure if "<all_urls>" permission needs to be moved from the "optional_permissions" array into the "permissions" array in src/chrome/manifest.json.
Fixes #4
Developer Notes:
src/chrome/img/24-default.png
src/chrome/img/32-default.png
src/chrome/img/48-light.png
src/chrome/img/128-light.png
"<all_urls>"
permission needs to be moved from the"optional_permissions"
array into the"permissions"
array insrc/chrome/manifest.json
.