Skip to content

Commit

Permalink
v0.3 manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyelne authored May 23, 2022
1 parent c08566d commit 7685367
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Dark Moodle",
"version": "0.2",
"version": "0.3",
"icons": {
"16": "images/icon16.png",
"32": "images/icon32.png",
Expand All @@ -11,9 +11,8 @@
"description": "Dark theme for UBS Moodle",
"content_scripts": [
{
"css": ["./content.css"],
"css": ["./style.css"],
"matches": ["https://moodle.univ-ubs.fr/*"]
}
],
"permissions": ["tabs"]
]
}

0 comments on commit 7685367

Please sign in to comment.