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,
"name": "__MSG_chrome_extension_name__",
"description": "__MSG_chrome_extension_description__",
"version": "6.0",
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAguCwJSi6hjfGSVTWgHmCf9APEt0ZI+csvIAM2QT5UyZLtbMLg9MoVS8Pjc+saSvxgn1tjDMtmKXJMhy1eDrU618gLfCNZgPehNCbc3Y+4jVobimSNKrgbURwK4YqLlBmPd69mAfG\/CwHrMLGWlNRVa9kXKsV4DkIBKNw2gAQx1Sn01XggPI0cFaR0W8ekawE+Irty5gABSWZ4vzHo6FmvMOhGfylUPZw+Dzm7SwKwjY7txfA3fsx8YcsHV1qrL6W7gkC2nqdyP04EUe6Y\/uf1a0dsNAY3Pc0LmVTrcboaLlNb2xr1w\/0x8\/1wXZ3gVZZvO5ICQca8Y36iUS3pfFIzwIDAQAB",
"options_page": "options\/index.html",
"action": {
"default_title": "__MSG_chrome_extension_name__",
"default_icon": {
"19": "img\/icon_19.png",
"38": "img\/icon_38.png"
}
},
"background": {
"service_worker": "eventPage.js"
},
"icons": {
"16": "img\/icon_16.png",
"48": "img\/icon_48.png",
"128": "img\/icon_128.png"
},
"permissions": [
"system.display",
"scripting",
"activeTab",
"notifications",
"contextMenus",
"unlimitedStorage",
"storage"
],
"host_permissions": [
"*:\/\/*.android.com\/*",
"*:\/\/*.google.com\/*",
"*:\/\/*.wwevents.fun\/*",
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"*:\/\/messages.android.com\/*",
"*:\/\/messages.google.com\/*",
"*:\/\/meet.google.com\/*",
"*:\/\/mail.google.com\/chat\/*",
"*:\/\/chat.google.com\/*",
"*:\/\/gsuite.google.com\/*",
"*:\/\/workspace.google.com\/*",
"*:\/\/apps.google.com\/*"
],
"js": [
"js\/jquery\/jquery.min.js",
"js\/safeResponse\/purify.min.js",
"js\/toastr\/toastr.min.js",
"i18n.js",
"js\/i18n\/i18n.js",
"js\/introjs\/intro.min.js",
"js\/material-io\/material-components-web.min.js",
"js\/jquery-menu\/jquery.contextMenu.min.js",
"js\/jquery-menu\/jquery.ui.position.min.js",
"utils.js",
"myScript.js"
],
"run_at": "document_start",
"all_frames": false
},
{
"matches": [
"*:\/\/messages.google.com\/*"
],
"js": [
"myScriptChatBadge.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"web_accessible_resources": [
{
"resources": [
"img\/*",
"js\/*",
"options\/*",
"css\/*",
"html\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}