Skip to content

Commit f2e5429

Browse files
committed
prepare for AMO submission
1 parent 619fec6 commit f2e5429

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Blaseball+
2+
3+
## Building
4+
Building is done via scripts defined in the package.json.
5+
6+
### Requirements
7+
Development was done on NixOS 20.09. A `flake.nix` is provided, allowing for replication of the exact build environment. Alternatively, the following versions can be installed:
8+
9+
* Node.js 14.9.0
10+
* Yarn 1.22.5
11+
12+
### Instructions
13+
Packages can be installed via `yarn`. After this, the following (relevant) scripts are available via `yarn run <script>`:
14+
15+
* `build:dev`: Builds an unsigned development .zip
16+
* `build:prod:unsigned`: Builds an unsigned production .zip
17+
* `build:prod:signed`: Builds a signed production .xpi
18+
* `build`: Alias for `build:dev`
19+
20+
Artifacts are placed in `addon/web-ext-artifacts/`.

addon/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"homepage_url": "https://github.com/leo60228/blaseball-plus",
99
"name": "Blaseball+",
1010
"description": "Adds extra functionality to the Blaseball interface. Icon from game-icons.net.",
11-
"version": "1.0.1.1",
11+
"version": "1.0.1.2",
1212
"content_scripts": [
1313
{
1414
"matches": ["*://*.blaseball.com/*"],

0 commit comments

Comments
 (0)