SCUMMYMAP
SIGN IN
← Back to marketplace

Publish to the marketplace

Themes, icon packs, button packs, plugins, and map templates — community-published, sandbox-loaded, revenue-shared. Authors keep 70% of paid sales.

Submission API is live

The web submission form lands in the next push. Until then, asset authors can post against the internal API directly — manifest URL, manifest hash, bundle URL, bundle hash, declared capabilities. Reach out on Discord for the auth handshake.

POST /api/internal/marketplace-assets
{
  "authorUserId": "<your users.id>",
  "slug": "neon-cyberpunk-icons",
  "kind": "icon_pack",  // 'theme' | 'icon_pack' | 'button_pack' | 'plugin' | 'map_template'
  "title": "Neon Cyberpunk Icons",
  "description": "Replaces the default marker pin icons with neon-glow variants.",
  "manifestUrl": "https://cdn.example.com/icons/neon/manifest.json",
  "manifestHash": "sha256-…",
  "bundleUrl": "https://cdn.example.com/icons/neon/bundle.tar.gz",
  "bundleHash": "sha256-…",
  "capabilities": { "renderMarkerIcons": true },
  "priceCents": 0,
  "version": "1.0.0"
}

Manifest + capabilities

Revenue + payouts

Publish to the marketplace · scummy_map · scummy_map