Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Turbo Query for Azure DevOps",
"description": "Instantly retrieve work items from Azure DevOps.",
"version": "1.7.2",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/[email protected]",
"32": "\/images\/[email protected]",
"48": "\/images\/[email protected]",
"128": "\/images\/[email protected]"
}
},
"icons": {
"16": "\/images\/[email protected]",
"48": "\/images\/[email protected]",
"128": "\/images\/[email protected]"
},
"options_page": "options.html",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/dev.azure.com\/"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+A",
"windows": "Alt+A",
"mac": "Alt+A",
"linux": "Alt+A"
}
}
}
}