Garrett Nay (@grrttn) OpenWest 2015
It’s just a Web app
. . . or is it?
{
"name": "My App",
"description": "An amazing app that does things",
"launch_path": "/index.html",
"icons": {
"128": "/images/icon128.png",
"512": "/images/icon512.png"
},
"developer": {
"name": "Garrett Nay",
"url": "http://garrettn.github.io"
},
"type": "privileged"
}
Packaged | Hosted |
---|---|
Downloaded in a zip | Hosted on a server |
Offline by default | Extra work for offline |
Excellent device integration (priviliged APIs) | Limited device integration |
Limited space for assets | No practical limit on space |
Potentially longer review time | Shorter review time |
javascript:
URIs are bannedeval
is disallowedsetTimeout
and setInterval
is bannedYou must write a privacy policy before submitting.
Plan ahead for how you will handle user data.