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_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.1.12",
"manifest_version": 3,
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTAHQI5kYPR3DrtBSMOkplbvux5o61IewXMLDSLF6rrZrth6dg2MRT7jrJ+MgWSutZPIAYvPTx+EG8SP3GhbrNji4wBmupWqFWPwOsSQea6Rmlb6APXutevwEecsTefYELK6pe6Zyav0OWufPnQzCi5yxGwIHn3BdIbDhAt3Z3YrqeQEkkVB7SBI4TMSpByyNuvhoxqKs+hxDpZex1l3E+XvRqaI\/jsNl0A2ScrySPpvX7NKtfesnv3R3ifPSdFzey8pC4Lzbapax\/1Joga4Iznwf5QlUX+Qe8e7f1EWkt761xtMHj3ttkHZBETJwwrM2W8raJhwoowjkySTAeTwtQIDAQAB",
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon.png"
},
"action": {
"default_popup": "src\/templates\/popup.html",
"default_icon": "icons\/icon-48.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.tsx-loader.js"
],
"matches": [
"https:\/\/store.steampowered.com\/account\/registerkey"
],
"run_at": "document_start"
},
{
"js": [
"assets\/index.tsx-loader2.js"
],
"matches": [
"https:\/\/www.microsoft.com\/store\/purchase\/buynowui\/redeemnow*"
],
"all_frames": true
},
{
"js": [
"assets\/index.tsx-loader3.js"
],
"matches": [
"https:\/\/store.steampowered.com\/app\/*"
],
"run_at": "document_start"
},
{
"js": [
"assets\/index.tsx-loader4.js"
],
"matches": [
"https:\/\/www.instant-gaming.com\/*"
]
}
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/store.steampowered.com\/*",
"https:\/\/www.instant-gaming.com\/*",
"https:\/\/www.microsoft.com\/*"
],
"resources": [
"loaderDroplets\/*",
"assets\/*",
"font\/*",
"images\/*"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/store.steampowered.com\/*"
],
"resources": [
"assets\/chunk-DFIdYxfS.js",
"assets\/chunk-D8IpXg8k.js",
"assets\/chunk-BS_xZwrG.js",
"assets\/chunk-xydI9Fs2.js",
"assets\/chunk-CtOpOz7I.js",
"assets\/chunk-DKZihNqD.js",
"assets\/chunk-Dz531feE.js",
"assets\/chunk-PAx5VA_K.js"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/www.microsoft.com\/*"
],
"resources": [
"assets\/chunk-DFIdYxfS.js",
"assets\/chunk-D8IpXg8k.js",
"assets\/chunk-BS_xZwrG.js",
"assets\/chunk-xydI9Fs2.js",
"assets\/chunk-CtOpOz7I.js",
"assets\/chunk-LJOdCBLY.js",
"assets\/chunk-jP2hh1Rd.js",
"assets\/chunk-B09azM6p.js"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/www.instant-gaming.com\/*"
],
"resources": [
"assets\/chunk-DFIdYxfS.js",
"assets\/chunk-BS_xZwrG.js",
"assets\/chunk-CtOpOz7I.js",
"assets\/chunk-Dz531feE.js",
"assets\/chunk-DVCgt55X.js"
],
"use_dynamic_url": false
}
],
"host_permissions": [
"<all_urls>"
],
"permissions": [
"storage",
"scripting"
],
"optional_permissions": [
"cookies"
],
"externally_connectable": {
"matches": [
"https:\/\/www.eneba.com\/*"
]
}
}