Files
ServiceHubPlus/manifest.json
T

16 lines
271 B
JSON

{
"manifest_version": 3,
"name": "ServiceHub Plus",
"version": "0.1.2",
"description": "Improvements to Service Hub for TRG techs",
"content_scripts": [
{
"css": ["style.css"],
"js": ["script.js"],
"matches": ["https://portal.trgrepair.com/*"]
}
]
}