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 ...


+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Super Moderator
    Member #
    1781
    Join Date
    Feb 2011
    Location
    Ohio
    Posts
    164
    Thanks
    7
    Thanked 9 Times in 8 Posts

    Post 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.

  2. #2
    Super Moderator
    Member #
    1781
    Join Date
    Feb 2011
    Location
    Ohio
    Posts
    164
    Thanks
    7
    Thanked 9 Times in 8 Posts
    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.

  3. #3
    Super Moderator
    Member #
    1781
    Join Date
    Feb 2011
    Location
    Ohio
    Posts
    164
    Thanks
    7
    Thanked 9 Times in 8 Posts
    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.

  4. #4
    Super Moderator
    Member #
    1781
    Join Date
    Feb 2011
    Location
    Ohio
    Posts
    164
    Thanks
    7
    Thanked 9 Times in 8 Posts
    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.

  5. #5
    Member
    Member #
    1613
    Join Date
    Jan 2011
    Location
    Michigan
    Posts
    45
    Thanks
    0
    Thanked 1 Time in 1 Post
    Awesome Woodyman! I appreciate this guide. I will be following this tonight at home. Can't wait to start creating apps.


 

Similar Threads

  1. Apps that just won't work on Chrome OS?
    By JohnDroid in forum Chrome OS Apps
    Replies: 22
    Last Post: 02-21-2011, 06:21 PM
  2. Your Installed Chrome Apps
    By Stigy in forum Chrome OS Apps
    Replies: 29
    Last Post: 02-12-2011, 06:07 AM
  3. will chrome OS support native Linux apps
    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

Powered by vBulletin® Version 4.1.4
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
All times are GMT -5. The time now is 05:18 PM.