Skip to content

Commit

Permalink
deploying extension using "web-ext sign"
Browse files Browse the repository at this point in the history
  • Loading branch information
carlin-q-scott committed Jun 12, 2019
1 parent a33bb79 commit fbb6c75
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 25 deletions.
15 changes: 0 additions & 15 deletions deploy/auth-mozilla.js

This file was deleted.

9 changes: 0 additions & 9 deletions deploy/deploy-mozilla.sh

This file was deleted.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"short_name": "Media Keys",
"name": "Media Keys",
"version": "2.2.4",
"version": "2.2.5",
"author": "Carlin Scott",
"homepage_url": "https://github.com/carlin-q-scott/browser-media-players",
"description": "Lets you control many popular website media players using media key events",
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
"spotify": "web-ext run --url https://open.spotify.com --browser-console",
"debug": "web-ext run --browser-console",
"build": "web-ext build --overwrite-dest --ignore-files tests deploy docs data/pageMods.json icon425.png package* jsconfig.json",
"deploy": "web-ext sign --channel=listed --ignore-files tests deploy docs data/pageMods.json icon425.png package* jsconfig.json",
"deploy-unlisted" : "web-ext sign --channel=unlisted --ignore-files tests deploy docs data/pageMods.json icon425.png package* jsconfig.json",
"help": "web-ext --help"
}
}

0 comments on commit fbb6c75

Please sign in to comment.