Examine source code of Workgrid

Inspect and view changes in Workgrid 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
{
  "manifest_version": 2,
  "name": "Workgrid",
  "version": "1.9.0",
  "description": "Workgrid Assistant: Conversational AI that guides employees’ attention to actions, info, tools, and knowledge, wherever they work.",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "alarms",
    "identity",
    "notifications",
    "storage",
    "tabs"
  ],
  "storage": {
    "managed_schema": "managed-storage-schema.json"
  },
  "options_ui": {
    "page": "assets/src/pages/options/index.html",
    "open_in_tab": true
  },
  "background": {
    "type": "module",
    "scripts": [
      "assets/service-worker-DDrD1s3J.js"
    ]
  },
  "sandbox": {
    "pages": [
      "assets/src/pages/side-panel/sandbox/index.html"
    ]
  },
  "content_security_policy": "script-src 'self' https://esm.sh",
  "browser_specific_settings": {
    "gecko": {
      "id": "BrowserExtension@workgrid.com"
    }
  },
  "sidebar_action": {
    "default_panel": "assets/src/pages/side-panel/index.html",
    "default_icon": "icon.png",
    "open_at_install": false
  },
  "browser_action": {
    "default_icon": "icon.png"
  }
}