Slides

Slides

Create and edit presentations

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en_US",
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "889782162350",
  "manifest_version": 2,
  "version": "0.10",
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "offline_enabled": true,
  "app": {
    "launch": {
      "local_path": "main.html"
    }
  }
}