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",
"manifest_version": 3,
"name": "__MSG_extensionName__",
"version": "1.0.1.1",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"permissions": [
"storage",
"tabs",
"windows",
"alarms",
"webNavigation",
"notifications"
],
"host_permissions": [
"https:\/\/*.explaineverything.com\/*",
"https:\/\/client-config.one.prometheanworld.com\/*",
"https:\/\/client-config.one.staging.prometheanworld.com\/*",
"https:\/\/client-config.one.qa.prometheanworld.dev\/*",
"https:\/\/client-config.one.dev.prometheanworld.dev\/*",
"http:\/\/localhost\/*",
"http:\/\/127.0.0.1\/*"
],
"web_accessible_resources": [
{
"resources": [
"content.js",
"animations\/opening.json",
"images\/*",
"icons\/*",
"ui\/offscreen.html",
"ui\/offscreen.js",
"ui\/loader.js",
"ui\/hid-auth.html",
"ui\/hid-auth.css",
"ui\/hid-auth.js",
"ui\/hid-auth-react.js",
"ui\/offline.html",
"ui\/offline.js"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_icon": {
"16": "icons\/Chrome_extension_icon_16.png",
"32": "icons\/Chrome_extension_icon_32.png",
"48": "icons\/Chrome_extension_icon_48.png",
"64": "icons\/Chrome_extension_icon_64.png",
"128": "icons\/Chrome_extension_icon_128.png"
},
"default_title": "__MSG_extensionTitle__"
},
"icons": {
"16": "icons\/Chrome_extension_icon_16.png",
"32": "icons\/Chrome_extension_icon_32.png",
"48": "icons\/Chrome_extension_icon_48.png",
"64": "icons\/Chrome_extension_icon_64.png",
"128": "icons\/Chrome_extension_icon_128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/whiteboard.explaineverything.com\/*"
],
"js": [
"ui\/loader.js"
],
"css": [
"ui\/loader.css"
],
"run_at": "document_start"
}
],
"minimum_chrome_version": "117",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuKYBzP02Ioakw4h\/E+dmuf+FuQ\/L+GTIoEN7potD+lu8DmQNI1\/UtoTlScVKH1gV+Mv7gPvEU9khFHH2BKCqohhm4D9eU1Ak81VKK99dKKvEA19u3UvO+n6vFPhWezCsBaebOytx42mbbJbI5h3BG\/PpqUkpl4ZM8hI990CPrDMgluVhuSOabrPo\/eVEIlSuxKYJvP+ysObv0hvTw+HCfUTq3PLZBDiVzzp16ucoynLUK24sqA7Ov\/A+phEIJI2KeapJwVUCUvAWHYIPouKPWiFojcgoF2KcWXOMpV+lVsDsY6QPPoP62s0Vfwk+OK3Jl9yws0UyvS0hrIILzDrD2wIDAQAB",
"version_name": "1.0.1"
}