Skip to content

Commit

Permalink
Remove browser specific permission (inherit from platform). (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnman authored Mar 18, 2024
1 parent a4a3ec0 commit ebd9476
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions how-to/workspace-platform-starter/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,14 +334,6 @@
},
"browserProvider": {
"defaultWindowOptions": {
"permissions": {
"System": {
"openUrlWithBrowser": {
"enabled": true,
"protocols": ["mailto", "msteams", "tel"]
}
}
},
"viewVisibility": {
"showViewsOnTabDrag": {
"enabled": true
Expand All @@ -364,16 +356,7 @@
}
}
},
"defaultViewOptions": {
"permissions": {
"System": {
"openUrlWithBrowser": {
"enabled": true,
"protocols": ["mailto", "msteams", "tel"]
}
}
}
},
"defaultViewOptions": {},
"windowPositioningStrategy": {
"x": 30,
"y": 30,
Expand Down

0 comments on commit ebd9476

Please sign in to comment.