Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ymkjp committed Oct 15, 2023
1 parent 21cb25f commit 83904b4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
[![Build Status](https://travis-ci.org/announce/crx-mortal.svg?branch=master)](https://travis-ci.org/announce/crx-mortal)


## Getting Started
## Getting started

1. Install the extension at [**Chrome Web Store**](https://chrome.google.com/webstore/detail/crx-mortal/fgnhcpkfpdiaeikgdjbgfodclmnpbjno?utm_source=github)
2. Submit your game log at https://mjai.ekyu.moe/

## How crx-mortal works

This extension annotates your less optimal moves based on the Mortal's score where `πτ​(a∣s)×100 < 5.0`.

## Development

Prerequisites:
Expand All @@ -27,4 +31,4 @@ To release the extension:
npm run build
```

Then submit the bundled package at: [Chrome Developer Dashboard](https://chrome.google.com/webstore/developer/dashboard)
Then submit the bundled package at [**Chrome Developer Dashboard**](https://chrome.google.com/webstore/developer/dashboard).
9 changes: 7 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@
},
"content_scripts": [
{
"matches": ["https://mjai.ekyu.moe/*"],
"js": ["js/vendor.js", "js/content_script.js"]
"matches": [
"https://mjai.ekyu.moe/*"
],
"js": [
"js/vendor.js",
"js/content_script.js"
]
}
]
}

0 comments on commit 83904b4

Please sign in to comment.