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": "YTM-Immersion",
"version": "1.0.2",
"description": "YouTube Music\u3092\u3082\u3063\u3068\u7f8e\u3057\u304f",
"permissions": [
"storage",
"unlimitedStorage"
],
"host_permissions": [
"https:\/\/music.youtube.com\/*",
"https:\/\/lrclib.net\/*",
"https:\/\/lrchub.coreone.work\/*",
"http:\/\/lrchub.coreone.work\/*",
"https:\/\/immersionproject.coreone.work\/*",
"http:\/\/immersionproject.coreone.work\/*",
"https:\/\/api-free.deepl.com\/*",
"https:\/\/api.deepl.com\/*",
"http:\/\/127.0.0.1:5678\/*",
"http:\/\/localhost:5678\/*"
],
"background": {
"service_worker": "src\/js\/background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/music.youtube.com\/*"
],
"js": [
"src\/js\/content.js"
],
"css": [
"src\/css\/style.css"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"src\/assets\/fonts\/*.woff2"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "src\/assets\/icons\/icon16.png",
"48": "src\/assets\/icons\/icon48.png",
"128": "src\/assets\/icons\/icon128.png"
}
}