Hey there.
I am trying to integrate a library. I don't know anything about Construct unfortunately.
The lib is here:
wickeyware.github.io/wickeyappstore
In the index.html I need something like this
<head>
<!-- WickeyAppStore css -->
<link rel="stylesheet" href="elements/styles.css">
</head>
<body>
<wickey-appstore></wickey-appstore>
<script type="text/javascript" src="elements/wickeyappstore.js"></script>
</body>
This is the simplest case integration. Can I do that with your plugin?