Inspect and view changes in The Programmer's Launcher 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": "The Programmer's Launcher",
"description": "Access the most frequently used websites from any tab",
"version": "1.0",
"icons": {
"128": "logo-128.png"
},
"browser_action": {
"default_icon": "logo-19.png",
"default_popup": "launcher.html"
},
"permissions": [
"activeTab"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}