Skip to content

Commit

Permalink
Merge pull request #34 from drafear/bug-fix
Browse files Browse the repository at this point in the history
fix: beta-button
  • Loading branch information
drafear committed Dec 20, 2018
2 parents dbb0171 + 519d728 commit 21cf692
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Comfortable Atcoder",
"version": "1.5.3",
"version": "1.5.4",
"manifest_version": 2,
"description": "Comfort your atcoder life. For more detail, visit https://github.com/drafear/comfortable-atcoder",
"author": "drafear",
Expand Down Expand Up @@ -68,6 +68,11 @@
"css/add-twitter-button.css"
],
"run_at": "document_start"
},
{
"matches": ["*://*.contest.atcoder.jp/*"],
"js": ["content/link-to-beta.js"],
"run_at": "document_start"
}
],
"web_accessible_resources": [
Expand Down

0 comments on commit 21cf692

Please sign in to comment.