2
edits
Changes
Prism
,→Wishlist
* Create an tool to create new webapp profiles so new webapps can be installed from WebRunner
* Create an extension to allow Firefox to create webapp profiles since most of this process starts in the browser
* Create some form of adjusting preferences (about:config?). For instance, I had to add the code below in webruner-prefs.js to adjust proxy
pref("network.proxy.autoconfig_url", "http://autoproxy.url.pac");
pref("network.proxy.type", 2)
== Web Application Profile ==