Web App = Cloud Convenience + Desktop Richness
Web App or Web Site? (see http://goo.gl/T5Dvp)
Task Focused
Rich UX
Lazy Registration
{
"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"
}
}
}
Write manifest.jsonPackage manifest and iconsUpload zip file to Chrome Web StoreDescribe the app in Developer Dashboard
Easy as 1., 2., 3.
Read more: http://goo.gl/Srl3A
{
"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"
}
}
}
Michael Mahemoff (@mahemoff)
Want to learn more? http://code.google.com/chrome