Skip to content

Commit

Permalink
feat: add moneyforward css
Browse files Browse the repository at this point in the history
  • Loading branch information
acro5piano committed Aug 14, 2023
1 parent 3b753dd commit 27960c6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions manifest.json
Expand Up @@ -6,6 +6,14 @@
"version": "0.0.1",
"homepage_url": "https://github.com/acro5piano/chrome-extension",
"content_scripts": [
{
"matches": [
"https://accounting.moneyforward.com/*"
],
"css": [
"./sites/accounting.moneyforward.com/index.css"
]
},
{
"matches": [
"https://analytics.amplitude.com/*"
Expand Down
3 changes: 3 additions & 0 deletions sites/accounting.moneyforward.com/index.css
@@ -0,0 +1,3 @@
.caClientJournalBookSpreadsheetAppRoot {
max-height: unset !important;
}

0 comments on commit 27960c6

Please sign in to comment.