On Wed, Aug 6, 2014 at 12:09 PM, James Burke <jrbu...@gmail.com> wrote:
> Then a bunch of product pages that are not really needed for use of the app
> once it is installed:
>
> * pwm.com/features.html - in depth feature survey.
> * pwm.com/help.html - could be a help forum/support that changes often .
> * pwm.com/comparison.html - compares against similar password managers.
>
> I would prefer to not have those last three open inside my app

I guess we could support something like:

"scope": ["/"],
"scope-exclude": ["/features.html", "/help.html", "/comparison.html"]

But I'd rather not make things that complex for now. You can always
put all the URLs that's part of the app under "/app" and make the
scope cover ["/app.html", "/app/"]

/ Jonas
_______________________________________________
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to