Skip to content

Commit

Permalink
Merge pull request #15 from talis/aspire_2759_hide_extension_banner
Browse files Browse the repository at this point in the history
ASPIRE-2759: Add CSS to hide install extension banner
  • Loading branch information
rsinger authored Jan 5, 2023
2 parents 7eb1a88 + b6f676c commit 0674d01
Show file tree
Hide file tree
Showing 4 changed files with 7,639 additions and 1 deletion.
3 changes: 3 additions & 0 deletions css/banner.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.c-install-bookmarking-extension-container {
display: none !important;
}
6 changes: 6 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
"40": "images/icon40.png"
}
},
"content_scripts": [
{
"matches": ["https://rl.talis.com/*", "https://rl.ca.talis.com/*", "https://life.rl.talis.local/*", "https://*.rl.talis.com/*"],
"css": ["css/banner.css"]
}
],
"default_locale": "en",
"manifest_version": 2
}
Loading

0 comments on commit 0674d01

Please sign in to comment.