Zero Noise Classroom

Zero Noise Classroom

The free noise level display and stopwatch for the cooperative classroom. It helps students be aware of the noise level in the…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Zero Noise Classroom",
  "short_name": "ZNC",
  "description": "",
  "version": "0.2.9",
  "minimum_chrome_version": "38",
  "permissions": [
    "https://maker.ifttt.com/trigger/*",
    "https://www.google-analytics.com/",
    "audioCapture",
    "fullscreen",
    "storage",
    "alwaysOnTopWindows"
  ],
  "offline_enabled": true,
  "icons": {
    "16": "assets/icon_16.png",
    "128": "assets/icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  }
}