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": "5.7",
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1SecwTV3ZiPPNGYmGCBS0R6J1NJcEQ6FmvFOAC+K1fDdLyr8SQ\/V+xxMqrwFb\/ArUtk7FTnfk4dekb\/\/VyEqwKlPX7TLoaAw0CnoOvEEKRPJ5fUEqyi6R8moB9SPZ8232osVjv9NlROBdJ1PAcmNlwWeqSzodyPG563yOSKwM6gM8tVV8NX4\/2imXgERYtF\/p9k2Uiw48Yc4k1qNp4L1160WHac7VAm0QkyMcJdViwt8nMyIXyOfUXMd\/M\/6tY3IpvlVriUqLoZZUKTkpo2hlNBrxbrO12\/HSKSqyD0r0XcYcKVNb42FxtiuYvWd62JLRLrn6+Qz\/GCgyLCecWJ8AQIDAQAB",
"options_page": "options\/index.html",
"action": {
"default_title": "__MSG_chrome_extension_name__",
"default_icon": {
"19": "img\/icon_19.png",
"38": "img\/icon_38.png"
},
"default_popup": "popup.html"
},
"background": {
"service_worker": "eventPage.js"
},
"icons": {
"16": "img\/icon_16.png",
"48": "img\/icon_48.png",
"128": "img\/icon_128.png"
},
"permissions": [
"notifications",
"system.display",
"contextMenus",
"unlimitedStorage",
"storage",
"activeTab",
"tabs"
],
"host_permissions": [
"*:\/\/*.wwevents.fun\/*",
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"img\/*",
"js\/*",
"options\/*",
"css\/*",
"html\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}