Google Keep [Internal Only] CORP

Google Keep [Internal Only] CORP

Google Keep [Internal Only] CORP

Merlin
Additional files are visible only to premium users

manifest.json


{
  "app": {
    "background": {
      "scripts": [
        "/keep_main-prodbackground.js"
      ]
    }
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "57",
  "name": "__MSG_appName__",
  "oauth2": {
    "client_id": "192748556389-u13aelnnjsmn5df1voa2d3oimlbd8led.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/memento",
      "https://www.googleapis.com/auth/client_channel",
      "https://www.googleapis.com/auth/drive",
      "https://www.googleapis.com/auth/peopleapi.readonly",
      "https://www.googleapis.com/auth/cclog",
      "https://www.googleapis.com/auth/taskassist.readonly",
      "https://www.googleapis.com/auth/reminders"
    ]
  },
  "offline_enabled": true,
  "permissions": [
    "fileSystem",
    "identity",
    "identity.email",
    "storage",
    "unlimitedStorage",
    "https://*.googleapis.com/",
    "https://keep.google.com/media/",
    "https://*.googleusercontent.com/",
    "https://*.client-channel.google.com/client-channel",
    "https://clients4.google.com/client-channel/client",
    "https://www.google-analytics.com/",
    "https://www.google.com/",
    "https://play.google.com/log",
    "geolocation",
    "management",
    "notifications"
  ],
  "replacement_web_app": "https://keep.google.com/installwebapp",
  "short_name": "__MSG_shortName__",
  "version": "4.24142.540.1",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": {
    "email": "[email protected]"
  }
}