Examine source code of Create a Google Doc

Inspect and view changes in Create a Google Doc source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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"
}