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",
"name": "__MSG_name__",
"version": "1.0.5",
"manifest_version": 3,
"description": "__MSG_description__",
"default_locale": "en",
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"action": {
"default_icon": {
"16": "images\/48.png",
"32": "images\/48.png",
"48": "images\/48.png",
"128": "images\/48.png",
"300": "images\/48.png",
"500": "images\/48.png"
},
"default_popup": "popup.html"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "1",
"enabled": true,
"path": "rules.json"
}
]
},
"permissions": [
"storage",
"tabs",
"declarativeNetRequest"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/contentscript.js"
],
"css": [
"css\/youtube_summary.css"
],
"all_frames": false
},
{
"matches": [
"https:\/\/*.openai.com\/*"
],
"js": [
"js\/OpenAiCopy.js"
],
"css": [
"css\/youtube_summary.css"
],
"run_at": "document_end"
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"images\/48.png",
"images\/extension_ui.png"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "images\/48.png",
"32": "images\/48.png",
"48": "images\/48.png",
"128": "images\/48.png",
"300": "images\/48.png",
"500": "images\/48.png"
},
"host_permissions": [
"http:\/\/*.bing.com\/*",
"https:\/\/*.bing.com\/*"
]
}