Add copy paste permissions.

This commit is contained in:
Paulo Gustavo Veiga 2023-01-14 11:33:46 -08:00
parent ab02e12d9f
commit 57934487f7

View File

@ -12,6 +12,13 @@
"sizes": "1024x1024" "sizes": "1024x1024"
} }
], ],
"permissions" : [
"http://*/*",
"https://*/*",
"clipboardRead",
"clipboardWrite",
"storage"
],
"start_url": ".", "start_url": ".",
"display": "standalone", "display": "standalone",
"theme_color": "#000000", "theme_color": "#000000",