Hi! I have created a Chatbot Shopify App. The app is created through the latest @shopifycli using Node template which handles the preferences and history etc of the chats.
I want to add the Chatbot html, js and css to the current theme when the user installs my app. And remove these files through an Uninstall button on my app. How can I do so.
What is the API to access the user’s current theme so I can add my chat bot (html,css,js) in their theme files.