I have built Shopify public app with Read Orders Scope only, Now i just realized that i will have to also add a new asset to my installers store.
I can't add the new 'write_theme' scope to my Auth request because i am getting an error from Shopify saying that the scope is invalid. (probably i will have to force my users to uninstall the app and then install it again with the new scope Auth request...
Is there a way to add new scope for an existing app installers stores? Maybe to send my app users to a new Installation Confirmation at Shopify to grant the new permissions ?