Google Quick Create Matrix

Google Quick Create Matrix

Select from multiple accounts to create new Google Documents & open Google services.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_title__",
  "version": "2.0.7",
  "description": "__MSG_description__",
  "default_locale": "en",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8teux8xd0wbuSACNRvXubwH9HKCMSbNuZvPCNQ7sBZGR/6nZD2W/TUUkI+tS8z946ytbbhLLURDkTCs1kc9ZQc3qdCchMDHhLH5rbI+Iimz0vtG61TtCvrZKTYF6zn9IJe+lQ/QLUCI3s57P+mxvGeguxQ8xGZFTwfJ9OjCqWtvGoL7DlpjgCjv5MgFK0Emyuom5F3J0VO5DVP9sBZynmEkNkYQCr1espjSPNrOz6i4BiXh/PTJKbzXusnK2ydRY2R7x4sgBusWVhXIaGNPJECaAii9mpaAPAq6cS0bhpROdSELOG3Q2V2ud4KmOL0z7x32NByy2/8M1k8Rx5G2nBwIDAQAB",
  "content_security_policy": {
    "extension_pages": "default-src 'self'; img-src 'self' https://lh3.googleusercontent.com; connect-src https://www.googleapis.com https://lh3.googleusercontent.com"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icons/suite_38.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "identity"
  ],
  "oauth2": {
    "client_id": "139485939671-1ekjjmo072r5capeenek67bvnsl8bit7.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icons/suite_16.png",
    "48": "icons/suite_48.png",
    "128": "icons/suite_128.png"
  }
}