brandejsIStheme/manifest.json

24 lines
606 B
JSON
Raw Normal View History

2022-10-24 22:40:27 +00:00
{
"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",
2023-02-16 20:27:41 +00:00
"assets/brandejsNeon.jpg",
"assets/brandejsMucitel.png",
"assets/brandejsMC.png"
2022-10-24 22:40:27 +00:00
]
}