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": "YuJa EqualGround",
"author": "YuJa",
"version": "1.7.0",
"description": "EqualGround description",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"globals.js",
"on-page-event-listener.js",
"visualizer-injector.js",
"issue-panel-visualizer-injector.js",
"inject.js",
"click-tracker.js"
]
},
{
"matches": [
"*:\/\/*\/*"
],
"all_frames": true,
"js": [
"globals.js",
"equal-ground-starter.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"equal-ground-starter.js",
"\/visualizers\/*",
"add-window-variables.js",
"panel.html",
"dist\/*"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"tabs",
"scripting",
"storage",
"windows"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "popover.html"
},
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}