Skip to content

Commit

Permalink
add salesforce-setup domain
Browse files Browse the repository at this point in the history
  • Loading branch information
dufoli committed Apr 20, 2024
1 parent 8172fc0 commit fa3d914
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions addon/manifest-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"https://*.cloudforce.mil/*",
"https://*.visualforce.mil/*",
"https://*.crmforce.mil/*",
"https://*.force.com.mcas.ms/*"
"https://*.force.com.mcas.ms/*",
"https://*.salesforce-setup.com/*"
],
"content_scripts": [
{
Expand All @@ -46,7 +47,8 @@
"https://*.cloudforce.mil/*",
"https://*.visualforce.mil/*",
"https://*.crmforce.mil/*",
"https://*.lightning.force.com.mcas.ms/*"
"https://*.lightning.force.com.mcas.ms/*",
"https://*.salesforce-setup.com/*"
],
"all_frames": true,
"css": ["button.css", "inspect-inline.css"],
Expand Down
6 changes: 4 additions & 2 deletions addon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"https://*.cloudforce.mil/*",
"https://*.visualforce.mil/*",
"https://*.crmforce.mil/*",
"https://*.force.com.mcas.ms/*"
"https://*.force.com.mcas.ms/*",
"https://*.salesforce-setup.com/*"
],
"content_scripts": [
{
Expand All @@ -42,7 +43,8 @@
"https://*.cloudforce.mil/*",
"https://*.visualforce.mil/*",
"https://*.crmforce.mil/*",
"https://*.lightning.force.com.mcas.ms/*"
"https://*.lightning.force.com.mcas.ms/*",
"https://*.salesforce-setup.com/*"
],
"all_frames": true,
"css": [
Expand Down

0 comments on commit fa3d914

Please sign in to comment.