├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE.md ├── PRIVACY_AND_SECURITY.md ├── README.md ├── declarative_link_capturing.md ├── demos ├── index.html ├── index.js ├── polyfill.js ├── simulatenavigate.html ├── simulatenavigate.js └── sw.js ├── index.html ├── launch_handler.md ├── sw_launch_event.md └── w3c.json /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/web-app-launch/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/web-app-launch/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/web-app-launch/HEAD/LICENSE.md -------------------------------------------------------------------------------- /PRIVACY_AND_SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/web-app-launch/HEAD/PRIVACY_AND_SECURITY.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/web-app-launch/HEAD/README.md -------------------------------------------------------------------------------- /declarative_link_capturing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/web-app-launch/HEAD/declarative_link_capturing.md -------------------------------------------------------------------------------- /demos/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/web-app-launch/HEAD/demos/index.html -------------------------------------------------------------------------------- /demos/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/web-app-launch/HEAD/demos/index.js -------------------------------------------------------------------------------- /demos/polyfill.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/web-app-launch/HEAD/demos/polyfill.js -------------------------------------------------------------------------------- /demos/simulatenavigate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/web-app-launch/HEAD/demos/simulatenavigate.html -------------------------------------------------------------------------------- /demos/simulatenavigate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/web-app-launch/HEAD/demos/simulatenavigate.js -------------------------------------------------------------------------------- /demos/sw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/web-app-launch/HEAD/demos/sw.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/web-app-launch/HEAD/index.html -------------------------------------------------------------------------------- /launch_handler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/web-app-launch/HEAD/launch_handler.md -------------------------------------------------------------------------------- /sw_launch_event.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/web-app-launch/HEAD/sw_launch_event.md -------------------------------------------------------------------------------- /w3c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/web-app-launch/HEAD/w3c.json --------------------------------------------------------------------------------