Skip to content

Commit

Permalink
Merge pull request #26 from drafear/develop
Browse files Browse the repository at this point in the history
link-to-betaを消してしまっていた
  • Loading branch information
drafear authored Dec 18, 2018
2 parents d3d3b74 + 6ac4912 commit dd0b704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Comfortable Atcoder",
"version": "1.3.2",
"version": "1.5.2",
"manifest_version": 2,
"description": "Comfort your atcoder life. For more detail, visit https://github.com/drafear/comfortable-atcoder",
"author": "drafear",
Expand Down Expand Up @@ -29,7 +29,7 @@
"run_at": "document_start"
}
],
"web_accessible_resources": ["image/png"],
"web_accessible_resources": ["image/beta.png"],
"background": {
"scripts": [
"lib/jquery.min.js",
Expand Down

0 comments on commit dd0b704

Please sign in to comment.