Files
ServiceHubPlus/manifest.json
T
cdanesi ab518bd281 override annoying userid popup
minor style tweaks
added overrides.js
manifest updated
2023-04-28 12:57:18 -04:00

34 lines
761 B
JSON

{
"manifest_version": 3,
"name": "ServiceHub+",
"author": "Charles Danesi",
"homepage_url": "https://charlesdanesi.net",
"version": "0.1.4",
"description": "Improvements to Service Hub for TRG techs",
"content_scripts": [
{
"css": ["style.css"],
"js": ["script.js"],
"matches": ["https://portal.trgrepair.com/*"]
}
],
"web_accessible_resources": [
{
"resources": [
"fonts/MaterialIcons-Regular.ttf",
"fonts/MaterialIconsOutlined-Regular.otf",
"img/autorenew.png",
"overrides.js"
],
"matches": ["<all_urls>"],
"extensions": ["lmeeejhdmpakenhgdfmgjcbdmeppjpam"],
"run_at": "document_end"
}
],
"permissions": ["storage", "activeTab", "scripting", "nativeMessaging"]
}