Game Boy Selfie

Game Boy Selfie

A selfie Chrome App that lets you capture yourself in a Nintendo Game Boy.

Merlin
Additional files are visible only to premium users

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
}