On Fri, Oct 23, 2015 at 2:06 PM, Kumar Rishav <[email protected]> wrote:
> Let's take example of IMGUR, it is injected in system app. How we can > disable it without restarting the phone. (i mean what changes i have to do, > basically what is solution of this.) You would need to open a PR to add some code in this file [1], that does something like what Chris mentioned in the docs [2] but with the caveat I mention below. 1.) https://github.com/CodingFree/IMGUR-Screenshot/blob/5f9eaeb8ce5eaae9cf2c064c035b871b3a2190ca/imgur.js 2.) https://developer.mozilla.org/en-US/Firefox_OS/Add-ons#App_management_functions_in_add-ons On Fri, Oct 23, 2015 at 2:06 PM, Chris Mills <[email protected]> wrote: > > We probably ought to make sure this is documented properly; I think this > is what we need, no? > > > https://developer.mozilla.org/en-US/Firefox_OS/Add-ons#App_management_functions_in_add-ons Yes, but I think that needs to be updated. Unfortunately, you won't know the manifest URL of an add-on you submit to the Marketplace ahead of time. You can use the manifest.name field, but it is not guaranteed to be unique to your add-on. Next week we will have some meetings to discuss add-on API changes, and this will be something we will talk about.
_______________________________________________ dev-fxos mailing list [email protected] https://lists.mozilla.org/listinfo/dev-fxos

