@@ -646,6 +655,7 @@
src="https://source.unsplash.com/random"
/>
+
diff --git a/manifest.json b/manifest.json
index af20e70..5e37960 100644
--- a/manifest.json
+++ b/manifest.json
@@ -11,12 +11,28 @@
"main": "index.html",
"manifestVersion": 5,
"requiredPermissions": {
+ "webview": {
+ "allow": "yes",
+ "domains": [
+ "https://*.adobe.com",
+ "https://*.google.com",
+ "https://webapp.magicposer.com/"
+ ]
+ },
"network": {
"domains": "all"
},
"launchProcess": {
- "schemes": ["http", "https", "mailto"],
- "extensions": [".png", ".jpg", ".pdf"]
+ "schemes": [
+ "http",
+ "https",
+ "mailto"
+ ],
+ "extensions": [
+ ".png",
+ ".jpg",
+ ".pdf"
+ ]
},
"clipboard": "readAndWrite",
"localFileSystem": "request",
@@ -129,4 +145,4 @@
]
}
]
-}
+}
\ No newline at end of file