Added icon
This commit is contained in:
parent
e3b8174d6a
commit
0c7a74a820
3 changed files with 5 additions and 2 deletions
BIN
assets/icon.webp
Normal file
BIN
assets/icon.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.5 KiB |
|
@ -2,13 +2,16 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
|
|
||||||
"name": "Custom Brandejs theme for IS",
|
"name": "Custom Brandejs theme for IS",
|
||||||
"version": "1.2",
|
"version": "1.2.1",
|
||||||
"description": "The only proper way to enjoy MUNI IS (shamelessly stolen)",
|
"description": "The only proper way to enjoy MUNI IS (shamelessly stolen)",
|
||||||
"browser_specific_settings": {
|
"browser_specific_settings": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"update_url": "https://zylacx.github.io/updates.json"
|
"update_url": "https://zylacx.github.io/updates.json"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"icons": {
|
||||||
|
"16": "assets/icon.webp"
|
||||||
|
},
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"matches": ["https://is.muni.cz/auth/*"],
|
"matches": ["https://is.muni.cz/auth/*"],
|
||||||
|
|
Loading…
Reference in a new issue