GitHub List Pull Request Files

GitHub List Pull Request Files

Lists all the file changes from your Pull Request and creates a list with Markdown syntax for your Pull Request description.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GitHub List Pull Request Files",
  "version": "0.2.1",
  "description": "Lists all the file changes from your Pull Request and creates a list with Markdown syntax for your Pull Request description.",
  "icons": {
    "48": "icon48x48.png",
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "icon48x48.png",
      "128": "icon.png"
    },
    "default_title": "GitHub List Pull Request Files",
    "default_popup": "index.html"
  },
  "author": [
    "Mateus Ferreira Silva"
  ],
  "permissions": [
    "tabs",
    "<all_urls>"
  ]
}