23 lines
606 B
JSON
23 lines
606 B
JSON
{
|
|
"manifest_version": 2,
|
|
|
|
"name": "Custom Brandejs theme for IS",
|
|
"version": "1.0",
|
|
"description": "The only proper way to enjoy MUNI IS (shamelessly stolen)",
|
|
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["https://is.muni.cz/auth/*"],
|
|
"js": ["content.js"]
|
|
}
|
|
],
|
|
"web_accessible_resources": [
|
|
"assets/brandejsMatrix.jpg",
|
|
"assets/brandejsMC.jpg",
|
|
"assets/brandejsWine.jpg",
|
|
"assets/brandejsMucitel.jpg",
|
|
"assets/brandejsNeon.jpg",
|
|
"assets/brandejsMucitel.png",
|
|
"assets/brandejsMC.png"
|
|
]
|
|
}
|