Inspect and view changes in Asana Sidebar Folders 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": "Asana Sidebar Folders",
"description": "Sidebar Folders hack for Asana",
"version": "0.8",
"action": {},
"permissions": [],
"content_scripts": [
{
"matches": [
"https://app.asana.com/*",
"https://localhost.asana.com/*"
],
"css": [],
"js": [
"asana-sidebar-folders.js"
],
"match_about_blank": false,
"run_at": "document_start",
"all_frames": false
}
]
}