[w3c/manifest] Explicit requirements/capabilities section (#756)

What about an explicit section for app requirements/capabilities to make sure, that the app will be loaded/run only if capability matching gives it a go. Like:

"capabilities": [{
    "camera":  [{
      "minCam": 1,
      "maxCam": 5,
      "minFps": 25,
      "type": "video/mp4"
     }],
    "mic":  [{
      "optional": "false",
      "type": "audio/wav"
     }],
    "interfaces":  [{
      "WebRTC": "true",
      "SignalR": "true"
     }]
  }]

This could be very useful for PWA, service discovery and more embedded use cases etc.

Juergen

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/756

Received on Tuesday, 12 March 2019 16:59:23 UTC