version 2.0
This is version only for extension. CSS file is now rolling-release and downloads automatically.
This commit is contained in:
parent
8f6ccda803
commit
191311149d
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
zip diskort.xpi btfl.css ext.png manifest.json
|
||||
zip -r diskort.xpi js/ ext.png manifest.json license
|
||||
echo "goto about:config and set xpinstall.signatures.required to false"
|
||||
echo "then goto about:addons -> settings icon below search -> install add-on from file"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "DisKort",
|
||||
"version": "1.1",
|
||||
"version": "2.0",
|
||||
|
||||
"description": "Custom theme for Discord",
|
||||
|
||||
|
|
Loading…
Reference in a new issue