Examine source code of Stand-up Report Generator

Inspect and view changes in Stand-up Report Generator 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",
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_extensionName__",
  "version": "0.3.2",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "tabs",
    "storage",
    "identity"
  ],
  "oauth2": {
    "client_id": "1016046366095-cv54v5gab9v5bd8nma2b1rssgflp0ud9.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/calendar.readonly"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr+5K51zKhMWLI9+joH4vMmmTy5ul7nsx5jjgelJtL8b5AZSczG3OjuzQKrerFhp3zxDBFjYqauQ64JyerjbjFuCIoJrkg61xnYv8FPF5YSJpmQSY1BzKsqlcqp+sg/bnGjei3fOAd6seIhS9lIAcx3vmDXC0MrvLUPHzDoMJJGqnX+eaWrINHQgCBIa75WHFI+Rs4wXR0q5qbus2S5lFVZT01xacR6IGDWVgPVJnBAlU10LRF1qZJlY01Rjt3T64ut+gXGd27aboZn1DLK3BHXFd1GJgoevBwdFUuyexbQMFpoYHrW44hnlmO0+CWnWV87GvevRD7VmynZWTGCtaVwIDAQAB",
  "background": {
    "service_worker": "background.iife.js",
    "type": "module"
  },
  "action": {
    "default_icon": "icon-34.png"
  },
  "host_permissions": [
    "https://*.atlassian.net/"
  ],
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [],
  "web_accessible_resources": [
    {
      "resources": [
        "*.js",
        "*.css",
        "*.svg",
        "icon-128.png",
        "icon-34.png",
        "intro.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}