Wiki home
Plugins

Marketplace

The in-app store installs catalog packages without bundling them into the application. It verifies identity and file integrity before anything reaches the plugin directory.

Opening the marketplace

Open the Amazify menu in Amazon Music and select Marketplace. Every opening refreshes the remote catalog and compares the catalog manifest version with each installed version.

Package states

  • Download means the package is not installed.
  • Enable means it is installed but inactive.
  • Disable removes its active runtime changes without deleting its files.
  • Update means the catalog version is newer than the installed manifest.
  • Reinstall downloads and verifies the currently listed package again.

What catalog verification checks

The schema-v2 catalog identifies a source repository, immutable 40-character Git commit, plugin root, manifest, trust tier, and every expected file. Amazify derives raw GitHub URLs from this metadata and checks the SHA-256 and byte size of each response before staging installation.

Integrity is not a security audit. A matching hash proves that downloaded bytes match the reviewed catalog entry. It does not prove that arbitrary JavaScript is safe for your account or Amazon Music session.

Stock and community plugins

Stock means the exact catalog revision is maintained, reviewed, and tested with Amazify. It is not a formal audit or guarantee. Community plugins should be treated more cautiously: inspect their source, author, permissions, pinned commit, and update history before enabling them.

Downloaded plugins start disabled

Installation and execution are separate decisions. Amazify downloads a verified package, then waits for explicit enablement. This gives you a chance to review the package before its JavaScript runs in the Amazon Music renderer.

Current stock catalog

  • Signal Studio is a full-interface theme with a compact navigation rail, custom surfaces, responsive panels, and a floating transport.
  • True Big Mode replaces Amazon Music Big Mode with synchronized lyrics, dynamic album-art ambience, playback controls, seeking, and a centered no-lyrics layout.

Plugin updates

An update button appears when a refreshed catalog manifest has a newer semantic version than the installed plugin. The update is downloaded and validated through the same staged path as a fresh install. Application updates are separate.

Compare plugin and application updates