Inspect and view changes in AndyVision 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
{
"name": "AndyVision",
"description": "Adds link when viewing ADO workitem to dynamically generate a query to that work item's parent scenario with all of it's descendents",
"version": "0.9.2",
"manifest_version": 3,
"permissions": [
"scripting",
"activeTab"
],
"content_scripts": [
{
"matches": [
"https://*.visualstudio.com/*",
"https://dev.azure.com/*"
],
"css": [],
"js": [
"src.js"
],
"run_at": "document_idle"
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}