Examine source code of Binary Flipper

Inspect and view changes in Binary Flipper source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Binary Flipper",
  "version": "1.0",
  "description": "Converts between binary and decimal.",
  "permissions": [],
  "browser_action": {
    "default_icon": "thumbnail.png",
    "default_popup": "popup.html",
    "default_title": "Convert"
  },
  "icons": {
    "48": "thumbnail.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c288174b-e842-43cf-a714-6d6332516413}"
    }
  }
}