2024-10-02 14:46:43 +02:00
|
|
|
{
|
2024-10-04 13:32:54 +02:00
|
|
|
"manifest_version": 3,
|
2024-10-02 19:22:48 +02:00
|
|
|
"name": "KF-Trombi",
|
2024-10-25 12:56:10 +02:00
|
|
|
"version": "0.4",
|
2024-10-02 14:46:43 +02:00
|
|
|
|
|
|
|
"description": "Generates a directory of students with photos from online.uni-graz.at",
|
|
|
|
|
|
|
|
"icons": {
|
2024-10-03 13:30:51 +02:00
|
|
|
"128": "icons/icon-128-padded.png"
|
2024-10-02 14:46:43 +02:00
|
|
|
},
|
|
|
|
|
|
|
|
"content_scripts": [
|
|
|
|
{
|
2024-10-25 12:56:02 +02:00
|
|
|
"matches": ["https://online.uni-graz.at/kfu_online/pl/ui/$ctx*/wblvgrp.anmeldungen*"],
|
2024-10-02 14:46:43 +02:00
|
|
|
"js": ["directory.js"],
|
|
|
|
"css": ["directory.css"]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|