Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
one23four56 authored Apr 13, 2021
1 parent 0b76da1 commit c242b81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"manifest_version" : 3,
"name" : "Canvas Themeinator",
"version" : "1",
"version" : "1.3",
"description" : "Gives Canvas more themes",
"content_scripts": [
{
"matches" : ["https://*.instructure.com/*"],
"css" : ["style.css"],
"js" : ["content.js"]
"js" : ["content.js"],
"run_at" : "document_start"
}
],
"permissions" : [
Expand Down

0 comments on commit c242b81

Please sign in to comment.