@dxos/app-framework - v0.10.0
    Preparing search index...

    Type Alias ResolvedManifest

    ResolvedManifest: Pick<
        PluginManifest.Manifest,
        "key"
        | "name"
        | "version"
        | "dependencies",
    > & { assetUrls: readonly string[]; dev: boolean; entryUrl: string }

    Resolved manifest with all asset paths converted to absolute URLs.

    dev reflects whether the source manifest declared a devEntry. Loaders branch on this to skip offline caching and stylesheet injection — both are no-ops (or actively wrong) when the plugin is being served by a Vite dev server.