OutStanding

OutStanding

Here to help you sit less!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "OutStanding",
  "version": "1.0.1",
  "description": "Here to help you sit less!",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "idle",
    "notifications"
  ],
  "browser_action": {
    "default_icon": "img/green.png",
    "default_title": "Stats",
    "default_popup": "html/stats.html"
  },
  "icons": {
    "16": "img/green.png",
    "48": "img/green.png",
    "128": "img/green.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content-editor.js"
      ],
      "all_frames": true
    }
  ],
  "content_security_policy": "script-src 'self' https://www.gstatic.com/charts/loader.js https://www.gstatic.com/charts/43/js/jsapi_compiled_format_module.js https://www.gstatic.com/charts/43/js/jsapi_compiled_corechart_module.js https://www.gstatic.com/charts/43/js/jsapi_compiled_default_module.js https://www.gstatic.com/charts/43/js/jsapi_compiled_ui_module.js 'unsafe-eval'; object-src 'self'",
  "manifest_version": 2
}