44 lines
1.5 KiB
JSON
44 lines
1.5 KiB
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Extendium - Fake Header Extension",
|
|
"version": "1.0.0",
|
|
"description": "Adds a fake Steam header to the top of Steam pages allowing some extensions like Augmented steam to function inside Steam. This is a core Extendium extension that should not be disabled or removed.",
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"*://*.steampowered.com/*",
|
|
"*://*.steamcommunity.com/*"
|
|
],
|
|
"js": [
|
|
"content-isolated.js"
|
|
],
|
|
"run_at": "document_start",
|
|
"world": "ISOLATED"
|
|
},
|
|
{
|
|
"matches": [
|
|
"*://*.steampowered.com/*",
|
|
"*://*.steamcommunity.com/*"
|
|
],
|
|
"js": [
|
|
"content-main.js"
|
|
],
|
|
"run_at": "document_start",
|
|
"world": "MAIN"
|
|
}
|
|
],
|
|
"web_accessible_resources": [
|
|
{
|
|
"resources": [
|
|
"legacy-header.html",
|
|
"react-header.html"
|
|
],
|
|
"matches": [
|
|
"*://*.steampowered.com/*",
|
|
"*://*.steamcommunity.com/*"
|
|
]
|
|
}
|
|
],
|
|
"homepage_url": "https://github.com/BossSloth/Extendium",
|
|
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2iRsDZgTmkdU+ZZq6P2UQhD6q3dEJzvRU6J8D0TnsDXuqDMZsHp3xto0pIJXgRXZxXqK41CWXzOW6LZ0nvN+c0zSHLAdnUaTVMHY4LmNhAoozY6LkdWB+Ro8V8VUoMGTl9DEPOBblSvznmr/pdHLU8hgmmW8yPqVKwPAZajJZWbtk5l8dWYV96ZVPbBq61dqSum/r/xBiSJJ/y0AgAWDbRmWgnyBBLe5YtWTkyhghFtZpzFYhOnCWr/0Zb906TGInutMILicGRCxSNmFoUbohgmMDFTReL2JGEC4bGFBFivb59gCsuLlEXNCz7xRNPLFpXTp6oM0Emv/gCNgqIYh5wIDAQAB"
|
|
} |