Skip to main content

Archive structure

Paths are relative and case-sensitive. Do not include symlinks, absolute paths, .. traversal, build tooling, server code, package directories, environment files, or secrets. Allowed content includes HTML, CSS, JavaScript, JSON, JPEG, PNG, WebP, sanitized SVG, and ICO.

Security restrictions

Use bundled scripts, styles, and images. Do not use external scripts or stylesheets, frames, service workers, web workers, eval, WebSockets, external form targets, or arbitrary network requests. Ordinary https:, mailto:, and tel: links are allowed.

Manifest

The ZIP root must contain liteshop.json using schema version 0.1:
The capability declaration is reserved for later activation. Until Forms is marked available, the frontend must not load the Liteshop browser SDK or call liteshop.forms.submit.

Updates

An exported Deployment includes baseDeployment. Preserve it exactly. Liteshop refuses to Publish the update when another Deployment has become active since the export.

Validation checklist

  1. index.html and liteshop.json are at the ZIP root.
  2. Every local reference exists with matching case.
  3. The manifest follows the published JSON Schema.
  4. Localized labels include the default locale.
  5. Identifiers use stable lowercase kebab case.
  6. The bundle contains no secrets or unsupported network dependencies.
  7. The frontend uses only capabilities marked available.
  8. An update preserves baseDeployment.