Examine source code of Ouino German Complete

Inspect and view changes in Ouino German Complete 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",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "manifest_version": 2,
  "name": "Ouino German Complete",
  "version": "4.1.0",
  "description": "WARNING: This App requires a valid Ouino account or activation key, otherwise you will NOT be able to use the program.",
  "icons": {
    "128": "icon128.png"
  },
  "minimum_chrome_version": "36",
  "permissions": [
    "webview",
    "audioCapture",
    "fullscreen"
  ],
  "webview": {
    "partitions": [
      {
        "name": "ouino",
        "accessible_resources": [
          "*.ogg",
          "*.png",
          "*.html",
          "*.js",
          "*.css",
          "*.jpg",
          "*.mp3",
          "*.svg",
          "*.woff",
          "*.ttf"
        ]
      }
    ]
  }
}