Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_AppName__",
"short_name": "SPPageDiag",
"version": "3.0.3",
"manifest_version": 3,
"author": "Microsoft",
"action": {
"default_popup": ".\/popup.html"
},
"background": {
"service_worker": "sp-page-diagnostics-background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"sp-page-diagnostics-content-script-entry.js"
],
"run_at": "document_start"
}
],
"description": "__MSG_Description__",
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"128": "images\/icon128.png"
},
"default_locale": "en",
"permissions": [
"webNavigation",
"downloads",
"tabs",
"activeTab",
"alarms",
"debugger",
"scripting",
"webRequest",
"storage",
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
"https:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"classic\/contentScript\/pageNetwork.js",
"classic\/contentScript\/registerListener.js",
"classic\/jquery\/jquery.min.js",
"modern-injected-script.js",
"classic-injected-script.js",
"sp-page-diagnostics-content-script-entry.js",
"sp-page-diagnostics-content-script-core.js"
],
"matches": [
"https:\/\/*\/*"
]
}
]
}