Skip to content

Commit

Permalink
Bump version to 1.9 + add Bootstrap to content_script
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Jul 4, 2024
1 parent c3bbfcf commit 9776763
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Kerific",
"description": "Kerific, load Keri-related glossaries",
"version": "1.7",
"version": "1.9",
"background": {
"service_worker": "./background.js"
},
Expand Down Expand Up @@ -36,7 +36,8 @@
],
"css": [
"assets/index.css",
"css/izitoast/izitoast.min.css"
"css/izitoast/izitoast.min.css",
"css/bootstrap-5.3.2/bootstrap.min.css"
]
}
]
Expand Down

0 comments on commit 9776763

Please sign in to comment.