Skip to content

Commit

Permalink
Deploying to gh-pages from @ 5f9875e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
johnman committed Sep 27, 2024
1 parent b6fdce3 commit 09e4954
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 34 deletions.
18 changes: 6 additions & 12 deletions main/integrate-with-snap/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,13 @@
"preventQuitOnLastWindowClosed": true,
"permissions": {
"System": {
"launchExternalProcess": {
"launchExternalProcess": true,
"terminateExternalProcess": true,
"downloadAsset": true,
"openUrlWithBrowser": {
"enabled": true,
"assets": {
"enabled": true
},
"downloads": {
"enabled": false
},
"executables": {
"enabled": true
}
},
"downloadAsset": true
"protocols": ["mailto", "msteams", "tel"]
}
}
},
"defaultWindowOptions": {}
Expand Down
28 changes: 6 additions & 22 deletions main/integrate-with-snap/second.manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,13 @@
"preloadScripts": [{ "url": "https://built-on-openfin.github.io/workspace-starter/main/integrate-with-snap/js/snap.preload.bundle.js" }],
"permissions": {
"System": {
"launchExternalProcess": {
"launchExternalProcess": true,
"terminateExternalProcess": true,
"downloadAsset": true,
"openUrlWithBrowser": {
"enabled": true,
"assets": {
"enabled": true,
"srcRules": [
{
"match": ["https://cdn.openfin.co/release/snap/*"],
"behavior": "allow"
},
{
"match": ["<all_urls>"],
"behavior": "block"
}
]
},
"downloads": {
"enabled": false
},
"executables": {
"enabled": false
}
},
"downloadAsset": true
"protocols": ["mailto", "msteams", "tel"]
}
}
}
},
Expand Down

0 comments on commit 09e4954

Please sign in to comment.