I was looking at the size limit on chrome packaged apps that are hosted on the chrome web store and I noticed that they will host a maximum app size of 2gb. So my question is if I hypothetically were to set out to make a 2gb pure html5, css3, and javascript chrome web app would I be able to achieve such a thing in a reasonable amount of time? Also would performance degrade on such a large app because of size alone?
In reality has there been any successful(as in reasonably functionable) case(s) of such a large chrome web app?
I am asking this question for two reasons:
- I am trying to understand the reasonability/practicality/achievability of the 2gb packaged app size limit in the chrome web store. In relationship to web based technologies(html5, css3, and javascript) of course.
- I am curious as to whether or not a chrome web apps performance degrades at such large sizes.
I do indeed have a decent amount of experience in html5, css3, javascript, and chrome apps.
What I want to do is evaluate the possibility of a large scale desktop style application as a chrome app. Using web based technologies of course.
Think of a non-trivial game. There are pure HTML5/JS/WebGL implementations of rather beefy game engines, Unreal Engine being the prime example, or upcoming Unity releases (example).
An app using that can easily have 2Gb of packaged resources: textures, models, sounds, maps, etc.
The rationale behind the limit is to ensure Google's CDN is not overloaded with apps that are "too large" for a browser-based app, I suppose. But this is speculation (as is most of this question).