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": "USG Group User Cookie",
"description": "Sets a cookie on USG domains to identify internal users.",
"version": "1.0.2",
"icons": {
"128": "icon\/128.png"
},
"host_permissions": [
"*:\/\/usg.com\/*",
"*:\/\/*.usg.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.usg.com\/*",
"*:\/\/usg.com\/*"
],
"run_at": "document_start",
"js": [
"content-scripts\/content.js"
]
}
]
}