Inspect and view changes in Apple Links 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": 2,
"name": "Apple Links",
"version": "1.0",
"icons": {
"128": "media/ext/logo_128x128.png"
},
"description": "Quick links for Apple users (including iCloud).",
"browser_action": {
"default_icon": "media/ext/logo_300x300.png",
"default_popup": "app.html"
},
"browser_specific_settings": {
"gecko": {
"id": "apple-links@tobyworld.eu"
}
}
}