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": "Reaction Bridge",
"version": "1.0.2",
"description": "Fair Play for Content Creators: Interact directly with original videos from reaction content.",
"homepage_url": "https:\/\/mjrduff.github.io\/reaction-bridge-landing\/",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png"
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/watch*"
],
"js": [
"content_script.js"
],
"css": [
"ui\/ui.css"
],
"run_at": "document_idle"
}
],
"permissions": [
"identity",
"storage"
],
"host_permissions": [
"https:\/\/accounts.google.com\/o\/oauth2\/revoke",
"https:\/\/www.googleapis.com\/*"
],
"oauth2": {
"client_id": "84692307074-10j4jmceqh3dd7v5cfbhb4tcar8vido9.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/youtube.force-ssl"
]
},
"web_accessible_resources": [
{
"resources": [
"ui\/ui.html",
"icons\/*"
],
"matches": [
"*:\/\/www.youtube.com\/*"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/mjrduff.github.io\/*"
]
}
}