* settings/js/sound.js:129 list.element.innerHTML = generateList(sounds, key);
** generateList appears to build HTML from unsanitized elements. Not sure if they are user controllable or not.
* "storage":{} - Utilize storage (appcache, pinned apps, IndexedDB) without size limitations. See appcache, IndexedDB
** There appear to be no calls to appcache or IndexedDB. This permissions may be extraneous.
=== Actions & Recommendations ===