Source map

Source map

0001, Jan 03    

Source map


/


File Use
manifest.json Sets the configuration for the extension
popup.html The html file used for BrowserAction popup. Not currently being used due to struggles with activeTab permissions
icon.svg Vector image for the icon of the extension
icon**.png Multiple sizes of icon for use in the extension

/css/


File Use
inject.css Styling for audio visualizer. Sets canvas as floating overhead
popup.css Styling for popup Not currently being used due to struggles with activeTab permissions

/js/


File Use
background.js Background script: captures audio and sends data to content script
audioCapture.js  
inject.js  
popup.js