This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Description
This is related to aspirepress/AspireExplorer#98
Right now plugin authors can add a blueprint.json file in an assets folder in the root of the plugin to specify playground related configurations.
For this to be loadable on a playground instance this json file needs to be publicly accessible and we also need a mechanism to check for the existence of this file without having to unzip the package each time.
A possible solution is to add a link to the json file from the source where the package is zipped so that we can check for it and trigger a playground instance, we can also host the file somewhere but there might be links to images etc from the assets folder making this difficult.
Need to figure out a solution to tackle this.