├── CONTRIBUTING.md ├── README.md ├── images ├── add_to_apps.png ├── addtohomescreen.jpg ├── addtohomescreen │ ├── addtohome_android.png │ ├── addtohome_fxos.png │ ├── addtohome_ios.png │ ├── addtohomescreen.pxm │ ├── bookmark_android.png │ ├── bookmark_fxos.png │ ├── bookmark_io.png │ ├── bookmark_wp.png │ ├── old_addtohomescreen.jpg │ ├── trigger_action_ios.png │ ├── trigger_android.png │ └── trigger_fxos.png ├── desktop_bookmarking.png ├── early_addtohomescreen.jpg ├── early_addtohomescreen.pxm ├── favicon.png ├── favicons.png ├── iOS_homescreen.png ├── ios_default_tab.png ├── ios_icon_screenshot.png ├── ios_integration.jpg ├── ios_privacy.png ├── mobile_bookmarks.jpg ├── mobile_bookmarks.pxm ├── nativeapp_icons.jpg ├── nav_to_google.png ├── pin.jpg ├── pin_to_start.png ├── pin_wp.png ├── side-by-side.jpg └── sources │ └── nativeapp_icons.pxm ├── index.html ├── ios_standalone ├── README.md ├── images │ ├── add_to_homescreen.jpg │ ├── bookmark.png │ ├── github.png │ ├── mobile_vs_desktop.jpg │ ├── simulator.jpg │ ├── slashdot.jpg │ ├── slashdot_icon.png │ └── webcamtoy.jpg └── video │ └── slashdot.mp4 ├── respecConfig.js ├── sections └── names.html └── tidyconfig.txt /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/README.md -------------------------------------------------------------------------------- /images/add_to_apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/add_to_apps.png -------------------------------------------------------------------------------- /images/addtohomescreen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/addtohomescreen.jpg -------------------------------------------------------------------------------- /images/addtohomescreen/addtohome_android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/addtohomescreen/addtohome_android.png -------------------------------------------------------------------------------- /images/addtohomescreen/addtohome_fxos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/addtohomescreen/addtohome_fxos.png -------------------------------------------------------------------------------- /images/addtohomescreen/addtohome_ios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/addtohomescreen/addtohome_ios.png -------------------------------------------------------------------------------- /images/addtohomescreen/addtohomescreen.pxm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/addtohomescreen/addtohomescreen.pxm -------------------------------------------------------------------------------- /images/addtohomescreen/bookmark_android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/addtohomescreen/bookmark_android.png -------------------------------------------------------------------------------- /images/addtohomescreen/bookmark_fxos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/addtohomescreen/bookmark_fxos.png -------------------------------------------------------------------------------- /images/addtohomescreen/bookmark_io.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/addtohomescreen/bookmark_io.png -------------------------------------------------------------------------------- /images/addtohomescreen/bookmark_wp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/addtohomescreen/bookmark_wp.png -------------------------------------------------------------------------------- /images/addtohomescreen/old_addtohomescreen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/addtohomescreen/old_addtohomescreen.jpg -------------------------------------------------------------------------------- /images/addtohomescreen/trigger_action_ios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/addtohomescreen/trigger_action_ios.png -------------------------------------------------------------------------------- /images/addtohomescreen/trigger_android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/addtohomescreen/trigger_android.png -------------------------------------------------------------------------------- /images/addtohomescreen/trigger_fxos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/addtohomescreen/trigger_fxos.png -------------------------------------------------------------------------------- /images/desktop_bookmarking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/desktop_bookmarking.png -------------------------------------------------------------------------------- /images/early_addtohomescreen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/early_addtohomescreen.jpg -------------------------------------------------------------------------------- /images/early_addtohomescreen.pxm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/early_addtohomescreen.pxm -------------------------------------------------------------------------------- /images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/favicon.png -------------------------------------------------------------------------------- /images/favicons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/favicons.png -------------------------------------------------------------------------------- /images/iOS_homescreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/iOS_homescreen.png -------------------------------------------------------------------------------- /images/ios_default_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/ios_default_tab.png -------------------------------------------------------------------------------- /images/ios_icon_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/ios_icon_screenshot.png -------------------------------------------------------------------------------- /images/ios_integration.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/ios_integration.jpg -------------------------------------------------------------------------------- /images/ios_privacy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/ios_privacy.png -------------------------------------------------------------------------------- /images/mobile_bookmarks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/mobile_bookmarks.jpg -------------------------------------------------------------------------------- /images/mobile_bookmarks.pxm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/mobile_bookmarks.pxm -------------------------------------------------------------------------------- /images/nativeapp_icons.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/nativeapp_icons.jpg -------------------------------------------------------------------------------- /images/nav_to_google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/nav_to_google.png -------------------------------------------------------------------------------- /images/pin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/pin.jpg -------------------------------------------------------------------------------- /images/pin_to_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/pin_to_start.png -------------------------------------------------------------------------------- /images/pin_wp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/pin_wp.png -------------------------------------------------------------------------------- /images/side-by-side.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/side-by-side.jpg -------------------------------------------------------------------------------- /images/sources/nativeapp_icons.pxm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/images/sources/nativeapp_icons.pxm -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/index.html -------------------------------------------------------------------------------- /ios_standalone/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/ios_standalone/README.md -------------------------------------------------------------------------------- /ios_standalone/images/add_to_homescreen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/ios_standalone/images/add_to_homescreen.jpg -------------------------------------------------------------------------------- /ios_standalone/images/bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/ios_standalone/images/bookmark.png -------------------------------------------------------------------------------- /ios_standalone/images/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/ios_standalone/images/github.png -------------------------------------------------------------------------------- /ios_standalone/images/mobile_vs_desktop.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/ios_standalone/images/mobile_vs_desktop.jpg -------------------------------------------------------------------------------- /ios_standalone/images/simulator.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/ios_standalone/images/simulator.jpg -------------------------------------------------------------------------------- /ios_standalone/images/slashdot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/ios_standalone/images/slashdot.jpg -------------------------------------------------------------------------------- /ios_standalone/images/slashdot_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/ios_standalone/images/slashdot_icon.png -------------------------------------------------------------------------------- /ios_standalone/images/webcamtoy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/ios_standalone/images/webcamtoy.jpg -------------------------------------------------------------------------------- /ios_standalone/video/slashdot.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/ios_standalone/video/slashdot.mp4 -------------------------------------------------------------------------------- /respecConfig.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/respecConfig.js -------------------------------------------------------------------------------- /sections/names.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-webmob/installable-webapps/HEAD/sections/names.html -------------------------------------------------------------------------------- /tidyconfig.txt: -------------------------------------------------------------------------------- 1 | char-encoding: utf8 2 | indent: yes 3 | wrap: 80 4 | tidy-mark: no 5 | --------------------------------------------------------------------------------