mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
Add copy paste permissions.
This commit is contained in:
parent
ab02e12d9f
commit
57934487f7
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user