Talk:Labs/Apps/Manifest: Difference between revisions

Added "More flexible app url membership" section
No edit summary
(Added "More flexible app url membership" section)
 
Line 14: Line 14:


* yes, the addition of some sort of cross-domain network access is something that the Permissions group will probably have to take up. -- mhanson
* yes, the addition of some sort of cross-domain network access is something that the Permissions group will probably have to take up. -- mhanson
== More flexible app url membership ==
Instead of trying to specify all the app's urls in the manifest via "app_urls", which is inflexible, and potentially hard to maintain, why not have each individual page specify it's app membership.  This could be accomplished via a link relation header (http://tools.ietf.org/html/rfc5988), something like...
Link: /manifest.json; rel="application-manifest"
1

edit