Buzzer.Best Buzzer Buttons for the Chrome Browser Toolbar.
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": "Buzzer",
"version": "1.1",
"description": "Buzzer.Best Buzzer Buttons for the Chrome Browser Toolbar.",
"manifest_version": 2,
"icons": {
"128": "logo.png"
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "Buzzer"
}
}