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__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"short_name": "ASOTools",
"version": "3.3.4",
"manifest_version": 3,
"icons": {
"16": ".\/images\/icon.png",
"48": ".\/images\/icon.png",
"128": ".\/images\/icon.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoOjD373\/6JWmIT977BDWR+ezc1up\/7YZClKA9e94bOfwjQX09vgWwI67YCvOgb6nmL+PNIY8vXtWlQqx10P9+3B5A4LmoGDEaBzl8g0fvFgL1c\/fuGDHEzdw4IEfnSDYlko3UedmggjetO8su1haWn1G9ICDArmzW6ObyGfdlJr8uzhOwjueKKNTk9ZcL1ihcBf\/mR9oX6GiHIGaN1gSsIowRMjSbozmeM1cx5MYy4yTIDjdVLcWpmwWH0BhCP79o20PAQc6pQzbKt7jXneWzXm2X\/VMFrvOteoVucUpBvYFxV7\/EZJv8bmWLXgpfU4V8LziF\/0DN2nHyzgKUtGiBQIDAQAB",
"oauth2": {
"client_id": "986236982931-k27f20ko3kihtthiesv4pbsrft4jqp6b.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"action": {
"default_title": "__MSG_appDesc__",
"default_icon": {
"16": ".\/images\/icon.png"
},
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
".\/images\/asotools.png",
".\/manifest.json"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"storage"
],
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"js": [
"js\/content.js"
],
"matches": [
"https:\/\/play.google.com\/*"
],
"css": [
"css\/content.css"
],
"run_at": "document_idle"
},
{
"js": [
"js\/kodepayContent.js"
],
"matches": [
"https:\/\/kodepay.io\/*"
],
"run_at": "document_start"
}
]
}