Skip to content

Commit

Permalink
feat(manifest): Limit to gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
augustindlt committed Jul 13, 2020
1 parent aa008ac commit 7caeb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"content_security_policy": "script-src 'self' 'sha256-qqXt4wGKlb1RDeopUxHXMqZcgAktVqQnqUYlvHbHFLQ='; object-src 'self'",
"content_scripts": [
{
"matches": ["<all_urls>"],
"matches": ["https://gitlab.com/*"],
"js": ["/static/js/content.js"],
"run_at": "document_end"
}
Expand Down

0 comments on commit 7caeb19

Please sign in to comment.