Chrome Apps & Extensions Developer Tool

Chrome Apps & Extensions Developer Tool

Develop and Debug Chrome Apps & Extensions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chrome Apps & Extensions Developer Tool",
  "description": "Develop and Debug Chrome Apps & Extensions.",
  "manifest_version": 2,
  "version": "0.1.19",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "management",
    "developerPrivate",
    "activityLogPrivate"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "default_locale": "en",
  "minimum_chrome_version": "31.0.1650.8"
}