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": "VideoLoop Pro - YouTube & Other Media Section Repeater",
"manifest_version": 3,
"version": "1.1.2",
"permissions": [],
"icons": {
"16": "\/3abc504eb63241870f79e08cc8066409.png",
"32": "\/dbb2d7c11e94f0a464f835100ecaced2.png",
"48": "\/24420bb6136b9b1229397a7604899c20.png",
"128": "\/8feabad07c08106f42b54f429922c2b8.png"
},
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"youtube.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"video-looper-styles.css"
],
"matches": [
"*:\/\/*.youtube.com\/*"
]
}
]
}