AODocs - Universal File Opener

AODocs - Universal File Opener

Edit any of your Google Drive™ files with your local applications.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extensionName__",
  "short_name": "__MSG_extensionShortName__",
  "description": "__MSG_extensionDescription__",
  "version": "10.1",
  "default_locale": "en",
  "incognito": "not_allowed",
  "manifest_version": 3,
  "minimum_chrome_version": "114",
  "container": "GOOGLE_DRIVE",
  "permissions": [
    "identity",
    "nativeMessaging",
    "notifications",
    "declarativeContent",
    "storage"
  ],
  "icons": {
    "16": "images/extension/ufo-16.png",
    "32": "images/extension/ufo-32.png",
    "48": "images/extension/ufo-48.png",
    "128": "images/extension/ufo-128.png"
  },
  "background": {
    "service_worker": "background.bundle.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://drive.google.com/*"
      ],
      "exclude_matches": [
        "https://drive.google.com/file/d/*/view"
      ],
      "run_at": "document_start",
      "js": [
        "module/content/drive.explorer.bundle.js"
      ],
      "css": [
        "css/common/common.css",
        "css/content-script/drive.css",
        "css/content-script/menu.css"
      ]
    },
    {
      "matches": [
        "https://drive.google.com/file/d/*/view",
        "https://drive.google.com/file/d/*/view?*"
      ],
      "run_at": "document_start",
      "js": [
        "module/content/drive.preview.bundle.js"
      ],
      "css": [
        "css/common/common.css",
        "css/content-script/menu.css"
      ]
    },
    {
      "matches": [
        "https://docs.google.com/document/*",
        "https://docs.google.com/spreadsheets/*",
        "https://docs.google.com/presentation/*"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "module/content/docs.bundle.js"
      ],
      "css": [
        "css/common/common.css"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "images/extension/ufo-loading-16.png",
      "32": "images/extension/ufo-loading-32.png"
    },
    "default_title": "__MSG_pageActionTitle__",
    "default_popup": "html/page-action/status.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "manifest.json",
        "images/*",
        "html/*",
        "module/embedded/embedded.bundle.js"
      ],
      "matches": [
        "https://drive.google.com/*",
        "https://docs.google.com/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "oauth2": {
    "client_id": "269519378658-qar6jcl13i5a3n9em5af50vddl99gpve.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile",
      "https://www.googleapis.com/auth/drive"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtE6f10Qy4ofmYXIMGKFPvaHxcYqwUe2+SN7N4LrM4X8sXdXcAOo4X3ulQnQzRpqwmFn3EG0we+9cd20WxfAxaiNeR3c9my5BOhwxYw/0dolH8BIik2K8xlZX8BzGYB3jzFL1QQw/Um5REWwqh0fFuYyiGNNGjdrSz3qyga/dEib8vp1cWVDhrWG8kiNGuJDxKDSxD9G12OYr78lyBj2sgQfrF1s63tJ2G07rlF69R4OsicA+e4z29fK+Sv+JkkYxNGufIwrghoIBPgtQ6IGrH/9deab7WanFbMI/G7h+AdJxu4K2V009yLbsp7EYPPS0MPyda8tI+Z6fhA+fpcosrQIDAQAB",
  "externally_connectable": {
    "ids": [
      "aaebjepcfidgkojljbgoilgkgklehldj",
      "aikbehojjdffmangolfbohjdigfdnepa",
      "kedhimfmiceddmacbgnkpkilnjodoeim"
    ],
    "matches": [
      "https://*.altirnao.com/*",
      "https://*.aodocs.com/*",
      "https://*.aodocs.app/*"
    ]
  }
}