Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "10.79.1.21744",
"name": "__MSG_extName__",
"short_name": "Karma",
"description": "__MSG_extDescription__",
"author": "Karma",
"action": {
"default_icon": {
"19": "img\/logo_prod_supported.png",
"38": "img\/logo_prod_supported.png"
},
"default_title": "__MSG_extDefaultTitle__"
},
"icons": {
"16": "img\/logo_prod_supported.png",
"48": "img\/logo_prod_supported.png",
"128": "img\/logo_prod_supported.png"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"styles\/*.*",
"fonts\/*.*",
"img\/*.*",
"js\/*.*",
"lottie\/*.*",
"rules\/*.*"
]
}
],
"background": {
"service_worker": "background.worker.js"
},
"homepage_url": "https:\/\/www.karmanow.com",
"externally_connectable": {
"ids": [
"*"
],
"matches": [
"*:\/\/karmanow.com\/*",
"*:\/\/*.karmanow.com\/*"
]
},
"permissions": [
"tabs",
"scripting",
"webRequest",
"storage"
],
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"https:\/\/*.karmanow.com\/*"
],
"js": [
"js\/authorizationListener.bundle.js"
]
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"exclude_matches": [
"*:\/\/*\/*.json",
"*:\/\/*\/*.pdf",
"*:\/\/*\/*.jpeg",
"*:\/\/*\/*.jpg",
"*:\/\/*\/*.png",
"*:\/\/*\/*.svg"
],
"js": [
"js\/inject.bundle.js"
]
},
{
"matches": [
"https:\/\/*\/*"
],
"css": [
"styles\/hermesSDK.css"
],
"js": [
"js\/hermesSDK.js",
"js\/initHermesSDK.js"
]
}
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"default_locale": "en"
}