Next update
A store-compliant build with the same export behaviour
Everything in 1.1.0 ships unchanged. This build removes unused library code paths that would have loaded a PDF viewer from a CDN or built functions from strings, which Manifest V3 forbids even when the code never runs.
- The PDF engine's optional "open in a new window" viewer modes, which injected a script from a CDN, are stripped from the packaged build. Saving a PDF is unaffected because it never used them.
- Legacy fallbacks inside bundled dependencies that compiled functions from strings are replaced with static equivalents, so nothing in the package can run code that was not reviewed.
- The build now fails if any packaged file references a remote script or stylesheet, carries a subresource integrity hash, or compiles code at runtime.