主屏幕上的3D Touch for iOS 9 Web App?

cvo*_*cvo 5 web-applications iphone-web-app ios ios9

iOS 9通过其定义的有限标记支持继续支持Web应用程序的趋势:

https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html

此外,还可以为touchstart/touchmove/touchend事件实现事件监听器等功能.示例代码:https://github.com/freinbichler/3d-touch/blob/master/3dtouch.js

但是,是否可以在主屏幕上为Web应用程序图标公开和定义查看和弹出功能或其他快速操作(应用程序快捷方式)选项?