OLD | NEW |
1 .. _devcycle-running: | 1 .. _devcycle-running: |
2 | 2 |
3 :template: standard_nacl_api | 3 :template: standard_nacl_api |
4 | 4 |
5 ####### | 5 ####### |
6 Running | 6 Running |
7 ####### | 7 ####### |
8 | 8 |
9 | 9 |
10 .. contents:: | 10 .. contents:: |
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
413 * Create a zip file with the CWS manifest file, the application icons, and | 413 * Create a zip file with the CWS manifest file, the application icons, and |
414 all your application files (.html, .nmf, .nexe, .css, .js, image files, | 414 all your application files (.html, .nmf, .nexe, .css, .js, image files, |
415 etc.) | 415 etc.) |
416 | 416 |
417 #. For a **hosted application**: | 417 #. For a **hosted application**: |
418 | 418 |
419 * Create a zip file with the CWS manifest file and the application icon(s). | 419 * Create a zip file with the CWS manifest file and the application icon(s). |
420 * Upload the application files (.html, .nmf, .nexe, .css, .js, image files, | 420 * Upload the application files (.html, .nmf, .nexe, .css, .js, image files, |
421 etc.) to the server on which the application is being hosted. | 421 etc.) to the server on which the application is being hosted. |
422 * Use `Google Webmaster Tools <http://www.google.com/webmasters/tools/>`_ to | 422 * Use `Google Webmaster Tools <http://www.google.com/webmasters/tools/>`_ to |
423 verify ownership of the web site on which the application runs. | 423 verify ownership of the website on which the application runs. |
424 | 424 |
425 #. Log in to the `Chrome Web Store Developer Dashboard | 425 #. Log in to the `Chrome Web Store Developer Dashboard |
426 <https://chrome.google.com/webstore/developer/dashboard>`_. | 426 <https://chrome.google.com/webstore/developer/dashboard>`_. |
427 | 427 |
428 * The first time you log in, click the "Add new item" button to display the | 428 * The first time you log in, click the "Add new item" button to display the |
429 Google Chrome Web Store Developer Agreement. Review and accept the | 429 Google Chrome Web Store Developer Agreement. Review and accept the |
430 agreement and then return to the `Developer Dashboard | 430 agreement and then return to the `Developer Dashboard |
431 <https://chrome.google.com/webstore/developer/dashboard>`_. | 431 <https://chrome.google.com/webstore/developer/dashboard>`_. |
432 | 432 |
433 #. Click "Edit your tester accounts" at the bottom of the Developer Dashboard. | 433 #. Click "Edit your tester accounts" at the bottom of the Developer Dashboard. |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
465 be able to find the application by searching in the CWS. | 465 be able to find the application by searching in the CWS. |
466 | 466 |
467 To publish an application to the world after publishing it to test accounts, | 467 To publish an application to the world after publishing it to test accounts, |
468 you must first unpublish the application. For additional information see | 468 you must first unpublish the application. For additional information see |
469 `Publishing Your App </webstore/docs/publish>`_, and in particular `Publishing | 469 `Publishing Your App </webstore/docs/publish>`_, and in particular `Publishing |
470 to test accounts </webstore/publish#testaccounts>`_. | 470 to test accounts </webstore/publish#testaccounts>`_. |
471 | 471 |
472 .. |menu-icon| image:: /images/menu-icon.png | 472 .. |menu-icon| image:: /images/menu-icon.png |
473 .. |extensions| image:: /images/extensions-management.png | 473 .. |extensions| image:: /images/extensions-management.png |
474 .. |new-tab-apps| image:: /images/new-tab-apps.png | 474 .. |new-tab-apps| image:: /images/new-tab-apps.png |
OLD | NEW |