Files
ServiceHubPlus/manifest.json
cdanesi 98054b28f1 minor changes
Added highlight for warranty repairs
Updated 'update' buttons to use local image
Begin work on fancy notifications
2021-10-02 13:42:56 -04:00

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"]
}