Examine source code of Break Tool

Inspect and view changes in Break Tool 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",
  "name": "Break Tool",
  "description": "Break Tool helps employees manage breaks by logging activities, securely storing logs locally and generate detailed activity logs.",
  "version": "3.0",
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": "images/ecomia-icon-logo.png",
    "default_title": "BreakTool"
  },
  "icons": {
    "16": "images/ecomia-icon-logo.png",
    "48": "images/ecomia-icon-logo.png",
    "128": "images/ecomia-icon-logo.png"
  },
  "host_permissions": [
    "http://breaktool.ecomia.com:10086"
  ],
  "privacy_policy": "https://ecomia.com/privacy-policy"
}