Create a Google Doc

Create a Google Doc

This extension creates a new Google Doc

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Create a Google Doc",
  "description": "This extension creates a new Google Doc",
  "version": "0.1",
  "author": "Thomas Hammerlund @thammerlund",
  "icons": {
    "128": "doc.png"
  },
  "browser_action": {
    "default_icon": "doc.png",
    "default_title": "Create a Google Doc"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}