Web Dashboard

Web Dashboard

Supplemental browser extension for the NYU Stanford Smartphone Study.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Web Dashboard",
  "version": "0.2.4",
  "short_name": "Web Dashboard",
  "description": "Supplemental browser extension for the NYU Stanford Smartphone Study.",
  "permissions": [
    "history",
    "tabs",
    "storage",
    "alarms"
  ],
  "browser_action": {
    "default_icon": "images/icon-48.png"
  },
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "background": {
    "scripts": [
      "js/app/chrome.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "55.0"
    }
  },
  "content_security_policy": "script-src 'self' https://unpkg.com; object-src 'self'; "
}