override annoying userid popup
minor style tweaks added overrides.js manifest updated
This commit is contained in:
+6
-4
@@ -4,7 +4,7 @@
|
||||
"name": "ServiceHub+",
|
||||
"author": "Charles Danesi",
|
||||
"homepage_url": "https://charlesdanesi.net",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"description": "Improvements to Service Hub for TRG techs",
|
||||
|
||||
"content_scripts": [
|
||||
@@ -20,12 +20,14 @@
|
||||
"resources": [
|
||||
"fonts/MaterialIcons-Regular.ttf",
|
||||
"fonts/MaterialIconsOutlined-Regular.otf",
|
||||
"img/autorenew.png"
|
||||
"img/autorenew.png",
|
||||
"overrides.js"
|
||||
],
|
||||
"matches": ["<all_urls>"],
|
||||
"extensions": ["lmeeejhdmpakenhgdfmgjcbdmeppjpam"]
|
||||
"extensions": ["lmeeejhdmpakenhgdfmgjcbdmeppjpam"],
|
||||
"run_at": "document_end"
|
||||
}
|
||||
],
|
||||
|
||||
"permissions": ["storage", "activeTab", "scripting"]
|
||||
"permissions": ["storage", "activeTab", "scripting", "nativeMessaging"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user