Examine source code of Frameless for Tumblr

Inspect and view changes in Frameless for Tumblr 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
{
  "app": {
    "background": {
      "scripts": [
        "scripts/background.js"
      ]
    }
  },
  "description": "External Frameless Window for Tumblr",
  "icons": {
    "16": "assets/fl-icon-16.png",
    "32": "assets/fl-icon-32.png",
    "128": "assets/fl-icon-128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "40",
  "name": "Frameless for Tumblr",
  "permissions": [
    "webview",
    "alwaysOnTopWindows",
    "storage",
    "contextMenus",
    "notifications",
    "unlimitedStorage",
    "<all_urls>",
    "browser",
    "fullscreen"
  ],
  "short_name": "Frameless Tumblr",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.2.1"
}