Backend

Backend

Enables quick access to the backyard screen, 'chrome://' and 'about:' pages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_ext_name__",
  "description": "__MSG_ext_description__",
  "default_locale": "en",
  "browser_action": {
    "default_icon": "images/128.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/128.png",
    "48": "images/128.png",
    "64": "images/128.png"
  },
  "permissions": [
    "tabs"
  ],
  "version": "1.0.0",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://platform.twitter.com https://apis.google.com; frame-src https://plusone.google.com https://www.facebook.com https://platform.twitter.com; object-src 'self'"
}