Easily access Flip from any browser window.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Flip",
"version": "2.0.0",
"description": "Easily access Flip from any browser window.",
"browser_action": {
"default_popup": "popup.html"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "MacCtrl+Shift+F"
}
}
},
"icons": {
"16": "images/smubble-16.png",
"32": "images/smubble-32.png",
"48": "images/smubble-48.png",
"128": "images/smubble-128.png"
},
"manifest_version": 2,
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}