Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Updates to webstore docs, removing spurious references (#749)
Browse files Browse the repository at this point in the history
* First round of updates to webstore docs, removing spurious refences
to payments or to apps.

* Remove and redirect obsolete orphan pages

* Pulled some payments redirects; these will go to .../money later
when that page is OK.

* Changes based on review feedback

* Update redirects.yaml

Co-authored-by: Simeon Vincent <[email protected]>

Co-authored-by: Simeon Vincent <[email protected]>
  • Loading branch information
awfuchs and Simeon Vincent authored Jun 18, 2021
1 parent a877cc5 commit 3dc8ad1
Show file tree
Hide file tree
Showing 23 changed files with 156 additions and 3,185 deletions.
28 changes: 28 additions & 0 deletions redirects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,34 @@ redirects:
- from: /docs/webstore/pricing/
to: /docs/webstore/money/

# CWS payments/apps purge
- from: /docs/webstore/hosted_apps
to: /docs/webstore
- from: /docs/webstore/migrating
to: /docs/webstore
- from: /docs/webstore/get_started_simple
to: /docs/webstore/publish/
- from: /docs/webstore/apps_vs_extensions
to: /docs/webstore
- from: /docs/webstore/distribution
to: /docs/webstore
- from: /docs/webstore/launching
to: /docs/webstore
- from: /docs/webstore/choosing
to: /docs/webstore
- from: /docs/webstore/samples
to: /docs/webstore
- from: /docs/webstore/get_started
to: /docs/webstore
- from: /docs/webstore/inline_installation
to: /docs/webstore
- from: /docs/webstore/authentication
to: /docs/webstore
- from: /docs/webstore/one_time_payments
to: /docs/webstore
- from: /docs/webstore/payments-iap
to: /docs/webstore

# Fixes #675
- from: /extensions/manifestVersion
to: /docs/extensions/mv3/manifest/version/
Expand Down
25 changes: 8 additions & 17 deletions site/en/docs/webstore/about_webstore/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,24 @@ description: >
An explanation of the Chrome Web Store and why you might want to use it.
---

The [Chrome Web Store][1] lets you publish apps and games—either free or paid—where Google Chrome
users can easily find them. Whenever Chrome users create a new window or tab, they see the apps
they've installed, along with a store icon that reminds them to find more apps.
The [Chrome Web Store][1] lets you publish apps and extensions&mdash;either free or paid&mdash;where Google Chrome
users can easily find them.

If you already have a web app, you can create a metadata file and then publish your app in the store
within minutes. Or you can create and publish an app that's specialized for Chrome, such as an
extension for Chrome or a web app that's been modified to be downloaded and run on the user's
computer.
Your published item can be free, or you can charge for it using any payment system you like.

Your app can be free, or you can charge for it using either Chrome Web Store Payments or your own
custom payment system. A [Licensing API][2] lets you check whether the current user has paid for
your app with Chrome Web Store Payments.

To upload and publish apps, use the [Chrome Developer Dashboard][3].
To upload and publish items, use the [Chrome Developer Dashboard][3].

## Why should I use the Chrome Web Store?

Publishing your app in the Chrome Web Store lets you reach more people. You can also earn revenue or
build Chrome-specific features into your app.
Publishing your app or extension in the Chrome Web Store lets you reach more people. You can also earn revenue or
build Chrome-specific features into it.

## How do I start?

1. Read the [technical overview][4]
2. Publish your first app by following the [Getting Started tutorial][5]
2. Publish your first extension by following the steps in [Publish in the Chrome Web Storel][5]

[1]: http://chrome.google.com/webstore
[2]: /docs/webstore/check_for_payment
[3]: https://chrome.google.com/webstore/developer/dashboard
[4]: /docs/webstore/overview
[5]: /docs/webstore/get_started_simple
[5]: /docs/webstore/publish
186 changes: 0 additions & 186 deletions site/en/docs/webstore/apps_vs_extensions/index.md

This file was deleted.

Loading

0 comments on commit 3dc8ad1

Please sign in to comment.