Composer

Composer

A tool to help you write your blog posts using GitHub Pages and Jekyll. Write your title and the blog post, hit submit, login to…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Composer",
  "version": "1.1.3",
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "identity",
    "storage",
    "https://github.com/*",
    "https://api.github.com/*"
  ],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "minimum_chrome_version": "28"
}