Inspect and view changes in DevPack 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "DevPack",
"version": "1.132",
"description": "A Chrome extension packed with top-tier developer resources all in one place.",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "Assets/logo.png",
"48": "Assets/logo.png",
"128": "Assets/logo.png"
}
},
"side_panel": {
"default_path": "popup.html"
},
"permissions": [
"storage",
"contextMenus",
"sidePanel",
"bookmarks",
"notifications",
"activeTab"
],
"host_permissions": [
"http://*/*",
"https://*/*"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "Assets/logo.png",
"48": "Assets/logo.png",
"128": "Assets/logo.png"
}
}