Make and Publish Your Chrome App

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

 
To get your initial code from developer.chrome.com. It looks like this below.


{
“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”: {
}
},
“permissions”: [
“unlimitedStorage”,
“notifications”
]
}