Before the manifest change, the extension read a simple .js file written on my site every 5 minutes to tell what color to make the badge. It would change in response to alerts. This manifest has me flummoxed. The request:
<script type="text/javascript" src="alert.js"></script>
The background.html reads an external .js file. How?