What’s Your Objective
Are you making an app for an event, a dashboard of great resources, your website, a blog, assessment website, promotional material, signup page… You can be very creative with the possibilities.
Here is a workflow graphic of what you have to do but the video breaks down every step you need in order to make your app.
Workflow
{
“manifest_version”: 2,
“name”: “Google Apps Certification app”,
“description”: “Link to Google Apps Certification website”,
“version”: “1.1”,
“icons”: {
“128”: “128.png”
},
“app”: {
“urls”: [
],
“launch”: {
“web_url”: “http://certification.googleapps.com/”
}
},
“permissions”: [
“unlimitedStorage”,
“notifications”
]
}
|