Inspect and view changes in Awesome Window & Tab Manager 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",
"name": "Awesome Window & Tab Manager",
"version": "1.0.0.1",
"description": "Displays a list of all windows and tabs open in Google Chrome. Allows filtering, sorting, refreshing, bookmarking, and saving.",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"options_page": "options.html",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "icon_19.png",
"default_title": "Awesome Window & Tab Manager",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"bookmarks",
"unlimitedStorage"
],
"content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'",
"manifest_version": 2
}