-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
19 lines (19 loc) · 915 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "crunchyroll-dimming",
"version": "1.0.0",
"description": "Remove screen dimming effect in Crunchyroll",
"main": " ",
"scripts": {
"build:chrome": "mkdir -p builds && cp manifest.chrome.json manifest.json && git add -A && stashName=`git stash create` && git archive --format=zip --output=builds/crunchyroll-dimming-chrome.zip $stashName && rm manifest.json",
"build:firefox": "mkdir -p builds && cp manifest.firefox.json manifest.json && git add -A && stashName=`git stash create` && git archive --format=zip --output=builds/crunchyroll-dimming-firefox.zip $stashName && rm manifest.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kurbaniec/crunchyroll-dimming.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/kurbaniec/crunchyroll-dimming/issues"
},
"homepage": "https://github.com/kurbaniec/crunchyroll-dimming#readme"
}