ab518bd281
minor style tweaks added overrides.js manifest updated
34 lines
761 B
JSON
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"]
|
|
}
|