How To: Create Chrome Web Apps
This is a discussion on How To: Create Chrome Web Apps within the Chrome OS App Development forums, part of the Chrome OS Development Forum category; The following guide was produced with much help from
http://code.google.com/chrome/websto...ed_simple.html
I have simplified and edited parts as I've seen fit, I do not take credit ...
-
How To: Create Chrome Web Apps
The following guide was produced with much help from
http://code.google.com/chrome/websto...ed_simple.html
I have simplified and edited parts as I've seen fit, I do not take credit for anything I may have taken directly from that guide, I have just simply tried to simplify that guide where possible for the end user, I have left out parts because I'm sure most of you do not plan on publishing these apps in the Chrome Web Store, if you wish to do that please refer to the link above for more details. I made this guide for the everyday person who just wants to convert all their bookmarks/any other site they wish into an installable web app.
If you find anything you think should be changed or worded differently please post below with the original text quoted, and your proposed revision following it.
Last edited by woodyman; 02-10-2011 at 07:11 PM.
-
-
How To: Create Chrome Web Apps
-Create a folder and name it ChromeWebStore
-Create another folder and name it after your app [example DroidConcepts]
-Open that folder and create a new text file
-Name the text file “manifest.json” [make sure its not manifest.json.txt or something like that]
-copy the following into that text file
Code:
{
"name": "Great App Name",
"description": "Pithy description (132 characters or less, no HTML)",
"version": "0.0.0.1",
"icons": {
"128": "icon_128.png"
},
"app": {
"urls": [
"http://mysubdomain.example.com/"
],
"launch": {
"web_url": "http://mysubdomain.example.com/"
}
}
}
-Replace the italic blue text with the info for your app.
-You can make the name and description say what ever you wish.
-The version number is completely up to you as well.
-You can change the name of the icon but make sure it matches the icon that we will later place in the folder with this manifest.
-The url fields should be the complete web address for the site you wish to make the app for.
-Next create a 128x128 pixel image for you app.
-The icon part should be 96x96 pixels with 16 pixels on each side for a transparetn padding.
Of course if you would prefer a lager icon you can do that as well, but 128x128 is the max for the image size.
-The image must be in PNG format, and make sure it will look good on both dark and light backgrounds. [Because you may switch your theme and you still need to be able to see your app.]
-That's it, you've created a Chrome Web App!!
Last edited by woodyman; 02-10-2011 at 07:05 PM.
-
-
Installing your App
-In Chrome, bring up the extensions management page by clicking the wrench icon and choosing Tools > Extensions. (On the Mac, go to the Window menu and choose Extensions.)
-If Developer mode has a + by it, click the +.
-Click the Load unpacked extension button.
-In the file dialog, navigate to the folder that you unziped after downloading
-You've now installed the app.
-Create a new tab.
-The icon for the newly installed app appears in Chrome's launcher on the New Tab page.
-Click the icon for the app.
-You've now launched the app.
Last edited by woodyman; 02-10-2011 at 07:01 PM.
-
-
If you run into issues or have problems please post below...
I will be making a thread shortly for everyone to post their apps that they make for their favorite sites/a place for people to post icons they have created that others can use..
I have made a Google Docs version of the guide, in case you would like to check it out and/or download a copy
https://docs.google.com/document/pub...CspbzZZSQN8aRg
Last edited by woodyman; 02-10-2011 at 07:07 PM.
-
-
Awesome Woodyman! I appreciate this guide. I will be following this tonight at home. Can't wait to start creating apps.
-
Similar Threads
-
By JohnDroid in forum Chrome OS Apps
Replies: 22
Last Post: 02-21-2011, 06:21 PM
-
By Stigy in forum Chrome OS Apps
Replies: 29
Last Post: 02-12-2011, 06:07 AM
-
By 3dfx in forum General Chrome OS
Replies: 27
Last Post: 12-24-2010, 01:12 PM
Search tags for this page
bringing up apps chrome
,
chrome app development guide
,
chrome os create app icon
,
chrome os create web app
,
creat a chrome os app
,
creat web apps chrom
,
create chrome app from url
,
creating a chome os app
,
develop chrome web apps
,
how create chrome app
,
how to create application for chrome os
,
how to create chome apps
,
how to create chrome os apps
,
how to create chrome web app
,
how to develop applications for chrome os
,
how to make a app for chrome
,
how to make an app for chrome os
,
how to make chrome apps
,
how to make chrome web apps
,
make web apps chrome os
Click on a term to search for related topics.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules