On Fri, 29 Aug 2014, at 22:49, Andrew Williamson wrote: > I like the principle of making it compatible, but I don't believe we > support a background.js file (or the app field), and our launch file is > specified in the manifest directly. Calling it 'bounds' seems > reasonable though.
Regardless of the solution (added to the manifest or via a JS API), you should consider one issue that Chrome Apps ran into: a window on desktop has two bounds, the inner and outer. In some situations, you want to set the position/size including the system window decoration (outer bounds) and sometimes not (inner bounds). Most of the time, the position would include the outer bounds but the size wouldn't but for some use cases (like aligning multiple windows), that would be different. -- Mounir _______________________________________________ dev-webapps mailing list [email protected] https://lists.mozilla.org/listinfo/dev-webapps
