Executive.so | New Tab Supertool for Student and Work Productivity

Executive.so | New Tab Supertool for Student and Work Productivity

Built for the Top 1% of High-Achieving Students and Professionals

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Executive.so | New Tab Supertool for Student and Work Productivity",
  "version": "1.9.42",
  "description": "Built for the Top 1% of High-Achieving Students and Professionals",
  "permissions": [
    "tabs",
    "storage",
    "identity"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiicHGutQH4p+Lnbtuu8NaS187oI/FUkoPEURzlbEyVe62Js6756+4ks9+aWev2qkEMWGEOocuXLoy1FNH6Uboh5Z8nL1LM6Yc57ofWzDrOorstenz1VCl8Gn131y/94qzdwolENkaMF/9LAaI2PMI5Gy/SK1natrHvNpvoeG5RDfeJtiRUlTJoKuAO4+jIyia89fY8I6fJ2q6vt7wNK1dagib6FpI3UYZ4TLMwuSwUr8TT/Uy0TyHZneF19nejCFNpqW6EnpZWQq85CrjgBRKJMi/lo9oIdkhaIKkqx1dATHcEIZe70KdopDA8ZZVVxHGtGAlq1uk/Mac8zyXLAuVQIDAQAB",
  "oauth2": {
    "client_id": "542256451782-77f3s9133h1durkd7ksf6lm85e1hc0b2.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/calendar"
    ]
  },
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_security_policy": {
    "default-src": "'self'",
    "font-src": "https://fonts.gstatic.com",
    "style-src": "'self' https://fonts.googleapis.com"
  },
  "host_permissions": [
    "https://*.instructure.com/*",
    "https://www.googleapis.com/"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  }
}