Symfony2 Profiler shortcut

Symfony2 Profiler shortcut

Symfony2 Profiler shortcut

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "0.6.3",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "options_page": "options.html",
  "background": {
    "persistent": true,
    "scripts": [
      "js/libs/underscore.js",
      "js/configuration.js",
      "js/openToken.js",
      "js/bg.js",
      "js/ga.js"
    ],
    "run_at": "document_end"
  },
  "icons": {
    "128": "icon128.png"
  },
  "page_action": {
    "default_icon": {
      "19": "icon32.png",
      "38": "icon64.png"
    },
    "default_title": "Symfony2 Debuger",
    "popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com 'unsafe-eval' ; img-src http://www.google-analytics.com; script-src 'self' 'unsafe-eval' ; script-src 'self' 'unsafe-inline'; object-src 'self'; ",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "webRequest",
    "tabs",
    "<all_urls>"
  ]
}