Developer Flags for Google Chrome™

Developer Flags for Google Chrome™

A quick-access button to the developer flags for Google Chrome™.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon_19x19.png"
  },
  "description": "A quick-access button to the developer flags for Google Chrome™.",
  "icons": {
    "32": "images/icon_32x32.png",
    "48": "images/icon_48x48.png",
    "128": "images/icon_128x128.png"
  },
  "manifest_version": 2,
  "name": "Developer Flags for Google Chrome™",
  "author": "@w5748",
  "permissions": [
    "tabs"
  ],
  "version": "0.2"
}