This just does a thing, seriously; don't even worry about it.
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": 2,
"name": "|Totes Nothing|",
"description": "This just does a thing, seriously; don't even worry about it.",
"version": "1.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"commands": {
"activate-the-extension": {
"suggested_key": {
"default": "Ctrl+Shift+M",
"mac": "Command+Shift+M"
},
"description": "Secret function, You don't need to know."
}
},
"permissions": [
"activeTab"
]
}