Examine source code of MagicPad

Inspect and view changes in MagicPad 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
{
  "name": "MagicPad",
  "version": "0.0.2",
  "description": "Message and file encryption suite for e-mail.",
  "browser_action": {
    "default_popup": "embedder.html",
    "default_title": "MagicPad",
    "default_icon": {
      "16": "i16.png",
      "32": "i32.png",
      "128": "i128.png"
    }
  },
  "icons": {
    "16": "i16.png",
    "32": "i32.png",
    "128": "i128.png"
  },
  "manifest_version": 2
}