Inspect and view changes in Desktop UA on YouTube Music on Android source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"description": "Sets the user agent of Android browser to Desktop browser whilst browsing YouTube Music, so you can stream on mobile with a responsive UI.",
"manifest_version": 2,
"name": "Desktop UA on YT Music on Android",
"version": "1.1resigned1",
"homepage_url": "https://github.com/Depau/Desktop-UA-for-Firefox-Android-on-YouTube-Music",
"icons": {
"48": "icons/icon.svg",
"96": "icons/icon.svg"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*://music.youtube.com/*"
],
"background": {
"scripts": [
"domains.js",
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{7e63b1a7-cbe8-4d44-a2e6-b3c920190b6e}"
}
}
}