Inspect and view changes in AppleMusic Formats 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
{
"manifest_version": 3,
"name": "AppleMusic Formats",
"description": "An extension for displaying formats of an AppleMusic album.",
"version": "0.0.1",
"icons": {
"16": "logo/16.png",
"48": "logo/48.png",
"128": "logo/128.png"
},
"host_permissions": [
"https://music.apple.com/*/album/*"
],
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https://music.apple.com/*/album/*"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}