On Mon, Aug 4, 2014 at 7:20 PM, Jonas Sicking <[email protected]> wrote:

>
> High-level overview of proposed solution:
>
> Add two fields to the application manifest:
> {
>   "name": "AwesomeGame",
>   ...
>   "scope": ["http://awesomegame.com/*";],
>   "open-in-app": ["http://awesomegamehelper.com/*";]
> }
>


1) What is the scope setting if I do not want outside apps to deep link,
because I want a separate cookie jar/db space as an app vs plain browser
web navigation, `scope: []`?

The use case is a site that has app-like functionality for offline, but has
product pages that are not tied to that app, and the app does not know how
to navigate to them on its own. And both the app and the site are from the
same domain, because that is the well known identifier for users.

2) What is the open-in-app setting if I want to open all links triggered
from my app to open inside my app, `open-in-app: [“*”]`?

The use case is something like Yelp, that wants to perhaps track which
restaurant pages are visited, and keep quick links back to the restaurant
review page visible while that navigation occurs.
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to