Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbtay authored Sep 19, 2024
1 parent 7559aaf commit 7bf74c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"120": "icon.png"
},
"permissions": ["storage"],
"host_permissions": ["https://open.kattis.com/*"],
"host_permissions": ["https://*.kattis.com/*"],
"content_scripts": [
{
"matches": ["https://open.kattis.com/*"],
"matches": ["https://*.kattis.com/*"],
"js": ["content.js"],
"css": ["content.css"],
"run_at": "document_end"
Expand Down

0 comments on commit 7bf74c0

Please sign in to comment.