Ashish Bansal

Results 33 comments of Ashish Bansal

@Kompwu Back porting ? I don't get why we would like to backport something to #18 and which feature ? Or did you mean porting `individual toggle per tab` feature...

> @Ashish-Bansal Almost done :) Awesome! :D > Now... FuseBox or Parcel ? Parcel seems to be more flexible than fusebox and requires less configuration boilerplate code than webpack, providing...

@Kompwu wow, parcel configuration is quite cleaner compared to webpack. Nice 👍 By the way, since we removed `crx-webpack-plugin `, can you please add npm script for packing up the...

@Kompwu Did you try loading extension in the browser ? I can see the paths are wrong in the manifest.json due to which it fails to load.

> @Ashish-Bansal Are you talking about the path for js ? Yeah. Also, icons doesn't seem to load due to some reason. Though I haven't checked the reason for that...

@Kompwu No, it's throwing errors in background script. > Edit: Do you have Discord? Just did setup. Please share your username. Edit: Discord Channel link: https://discord.gg/Mm52n3Y

Hi @edjroot, Sorry, I missed your comment earlier. Well yes, it's possible to do that but I won't be able to implement it up due to time constraints. Although if...

I was considering to port #18 and add support for this but on careful thinking, I'm unable to figure it out how would it be helpful ? @edjroot Why would...

Once billing processor gets initialized, you can check it like this : ``` TransactionDetails transactionDetails = billingProcessor.getPurchaseTransactionDetails(productId); if (transactionDetails != null) { //Already purchased //You may save this as boolean...