Examine source code of Game Boy Selfie

Inspect and view changes in Game Boy Selfie 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",
  "manifest_version": 2,
  "minimum_chrome_version": "53.0",
  "name": "Game Boy Selfie",
  "short_name": "GB Selfie",
  "description": "A selfie Chrome App that lets you capture yourself in a Nintendo Game Boy.",
  "version": "1.3",
  "author": "Kyle Amoroso",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "icons/favicon-16.png",
    "32": "icons/favicon-32.png",
    "48": "icons/favicon-48.png",
    "64": "icons/favicon-64.png",
    "96": "icons/favicon-96.png",
    "128": "icons/favicon-128.png"
  },
  "permissions": [
    "videoCapture"
  ],
  "offline_enabled": true
}