Examine source code of Screenshot Flow

Inspect and view changes in Screenshot Flow 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Screenshot Flow",
  "version": "0.0.0.8",
  "manifest_version": 2,
  "description": "View your UX diagrams created with Screenshot Flow on mobile.",
  "container": [
    "GOOGLE_DRIVE"
  ],
  "api_console_project_id": "869793933404",
  "gdrive_mime_types": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "text/html",
          "application/vnd.google.drive.ext-type.html"
        ],
        "href": "http://screenshotflow.com/",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "icons": {
    "16": "logo_v3_16x16.png",
    "24": "logo_v3_24x24.png",
    "32": "logo_v3_32x32.png",
    "48": "logo_v3_48x48.png",
    "64": "logo_v3_64x64.png",
    "128": "logo_v3_128x128.png",
    "256": "logo_v3_256x256.png"
  },
  "app": {
    "urls": [
      "http://screenshotflow.com/"
    ],
    "launch": {
      "web_url": "http://screenshotflow.com/"
    }
  }
}