tree: 17d45020ed9e784b84e83c5a18a9b87cf9f788a5 [path history] [tgz]
  1. defaults/
  2. tasks/
  3. README.md
roles/cws-upload/README.md

Upload an extension ZIP to the Chrome Web Store using the chrome-webstore-upload program.

Role variables

  • extensionId: extension ID as uploaded in the Chrome Web Store.
  • clientId: Google API client ID (more info).
  • refreshToken: Google API refresh token (more info).
  • workingDirectory: directory where the ZIP file is located and where the upload logs will be written.
  • zipFile: name of the ZIP file which will be uploaded.
  • autopublish: whether the updated extension should be published immediately after the review completes. (default: true)
  • trustedTesters: whether the extension should be published only to trusted testers. (default: true)