98054b28f1
Added highlight for warranty repairs Updated 'update' buttons to use local image Begin work on fancy notifications
32 lines
691 B
JSON
32 lines
691 B
JSON
{
|
|
"manifest_version": 3,
|
|
|
|
"name": "ServiceHub+",
|
|
"author": "Charles Danesi",
|
|
"homepage_url": "https://charlesdanesi.net",
|
|
"version": "0.1.3",
|
|
"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"
|
|
],
|
|
"matches": ["<all_urls>"],
|
|
"extensions": ["lmeeejhdmpakenhgdfmgjcbdmeppjpam"]
|
|
}
|
|
],
|
|
|
|
"permissions": ["storage", "activeTab", "scripting"]
|
|
}
|