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": "Dance Practice Assist for Youtube",
"description": "Video Mirroring, Speed Control, and Segment looping to help you learn dance choreographies!",
"version": "1.2",
"action": {
"default_popup": "scripts\/popup.html",
"default_icon": {
"128": "icons\/YDI.png"
}
},
"icons": {
"128": "icons\/YDI.png"
},
"host_permissions": [
"https:\/\/youtube.com\/*"
],
"permissions": [
"activeTab",
"storage"
],
"web_accessible_resources": [
{
"resources": [
"assets\/marker.png",
"assets\/icons8-crayon-48.png",
"assets\/begin.png",
"assets\/end.png",
"assets\/delete.png"
],
"matches": [
"https:\/\/*.youtube.com\/*"
]
}
],
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"scripts\/content.js"
]
}
]
}