Just ask questions as we go along.
Same as consumers, but with enterprise features
Just make web apps
Web Apps = Cloud Goodness - Desktop Richness
Web Apps = Cloud Goodness + Desktop Richness
Web Apps or Web Site?
Are Task Orientated
Have a Tight Focus
Possess a Rich UX
Make them Offline enabled:
if (window.chrome && window.chrome.app && window.chrome.app.isInstalled) {
window.open("background.html#0", "bg", "background");
...
}
{
"name" : "Hacker News Reader",
"description" : "A reader for the Hacker News website",
"version": "1",
"icons": {
"24": "logo24.png", "128": "logo.png"
},
"permissions": [
"unlimitedStorage"
],
"app" : {
"urls": ["http://project.mahemoff.com/hn"],
"launch": {
"web_url": "http://project.mahemoff.com/hn"
}
}
}
Enter URLSubmit it{
"name" : "Encyclomapedia",
"description" : "A reference app",
"version": "1",
"icons": {
"24": "logo24.png", "128": "logo.png"
},
"permissions": [
"unlimitedStorage"
],
"app" : {
"urls": ["http://wikipedia.com", "http://news.google.com"],
"launch": {
"local_path": "index.html"
}
}
}
"app": {
"launch": {
"web_url": "example.com",
"container" : "tab"
}
}
4 Categories, Best app wins a ChromeBook
All notable entries will be considered for promotion in the store.
Closes 28th of August
@Paul_Kinlan