Skip to content

Commit 99a6ea9

Browse files
authored
Merge pull request #174 from MetaMask/feat/hide_headings
Add hideSnapBranding flag to preinstalled snap manifest
2 parents f00a8a0 + ae99b35 commit 99a6ea9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/gator-permissions-snap/scripts/build-preinstalled-snap.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ const preinstalledSnap = {
5555
},
5656
],
5757
removable: false,
58+
hideSnapBranding: true,
5859
};
5960

6061
// Write preinstalled-snap file

packages/permissions-kernel-snap/scripts/build-preinstalled-snap.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ const preinstalledSnap = {
5555
},
5656
],
5757
removable: false,
58+
hideSnapBranding: true,
5859
};
5960

6061
// Write preinstalled-snap file

0 commit comments

Comments
 (0)