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",
"manifest_version": 3,
"name": "Wider Reports",
"version": "1.1",
"description": "Removes the max-width style for reports in Google Admin Console Security Center Dashboard and Investigation Tool.",
"icons": {
"128": "icon_128.png"
},
"content_scripts": [
{
"css": [
"styles.css"
],
"matches": [
"https:\/\/admin.google.com\/ac\/sc\/dashboard*",
"https:\/\/admin.google.com\/ac\/sc\/investigation*"
]
}
],
"action": {
"default_icon": "icon_19.png"
},
"content_security_policy": []
}