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": "Alexa Developer Console Assistant",
"description": "Be a more productive developer on Alexa Developer Console.",
"version": "0.0.4",
"manifest_version": 2,
"icons": {
"128": "icon_128.png"
},
"permissions": [
"activeTab",
"storage",
"clipboardRead"
],
"content_scripts": [
{
"matches": [
"https:\/\/developer.amazon.com\/alexa\/console\/ask\/test\/*",
"https:\/\/developer.amazon.com\/alexa\/console\/ask\/build\/*",
"https:\/\/developer.amazon.com\/alexa\/console\/ask\/publish\/*",
"https:\/\/console.aws.amazon.com\/cloudwatch\/home*",
"https:\/\/*.console.aws.amazon.com\/cloudwatch\/home*"
],
"run_at": "document_idle",
"exclude_matches": [],
"js": [
"AlexaDevConsoleAssist.js"
]
}
]
}