@ -0,0 +1,8 @@
|
||||
include Credentials.mk
|
||||
|
||||
.PHONY: improved-crowdcast-ux.xpi
|
||||
|
||||
improved-crowdcast-ux.xpi:
|
||||
web-ext sign --api-key=$(API_KEY) --api-secret=$(API_SECRET) \
|
||||
--source-dir=improved-crowdcast-ux \
|
||||
--artifacts-dir=. --filename=improved-crowdcast-ux.xpi
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 378 B After Width: | Height: | Size: 378 B |
Before Width: | Height: | Size: 516 B After Width: | Height: | Size: 516 B |
Before Width: | Height: | Size: 754 B After Width: | Height: | Size: 754 B |
Before Width: | Height: | Size: 860 B After Width: | Height: | Size: 860 B |
After Width: | Height: | Size: 2.6 KiB |
@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Improved Crowdcast UX",
|
||||
"version": "0.1",
|
||||
"version": "0.2",
|
||||
"icons": {
|
||||
"16": "icons/16.png",
|
||||
"32": "icons/32.png",
|