Create a Google Slides™ Deck

Create a Google Slides™ Deck

This extension creates a new Create a Google Slides™ Deck when the user is logged into their Google Account. If the user is not logged in, they will be directed to log into their Google Account.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Create a Google Slides™ Deck",
  "description": "This extension creates a new Create a Google Slides™ Deck",
  "version": "0.2",
  "author": "Thomas Hammerlund",
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": "images/icon128.png",
    "default_title": "Create a Google Slides™ Deck"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}