file_handlers-member.webmanifest (435B)
1 { 2 "name": "File Handling WPT", 3 "icons": [ 4 { 5 "src": "icon.png", 6 "sizes": "144x144" 7 } 8 ], 9 "start_url": "../file_handlers-member-manual.tentative.html", 10 "display": "standalone", 11 "scope": "../../file_handlers-member/", 12 "file_handlers": [ 13 { 14 "action": "../file_handlers-member-manual.tentative.html", 15 "name": "Plain Text", 16 "accept": { 17 "text/plain": [".txt"] 18 } 19 } 20 ] 21 }