{
  // chrome-extension://kddnkjkcjddckihglkfcickdhbmaodcn/
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCvO/P4dVdpUZlr+oT5s3ccPIOIxZl6fOch+sqcQWsROKNf+mvKZURGnVts8ttHH4oRt2+LW3I2M5PrkW9Q6ZPkOX5ZQFFuD7ujPSaUn8+Br5lC5TtlXsNzp1r+962Qaa1d8zCocwF/IZ+9M5bt61LUJ6Obe8lw+NRnC6CS6DuiewIDAQAB",
  "name": "Chrome Goodies",
  "version": "1.0.0",
  "description": "Chrome Goodies",
  "manifest_version": 2,
  "content_security_policy": "default-src 'self' blob: filesystem:; connect-src 'self' blob: filesystem: https://chromeos-registration.googleapis.com https://www.google-analytics.com",
  "permissions": [
      "alarms",
      "cookies",
      "chromeosInfoPrivate",
      "echoPrivate",
      "metricsPrivate",
      "notifications",
      "storage",
      "https://*/*"
   ],
  "icons": {
    "16": "chrome16.png",
    "32": "chrome32.png",
    "128": "chrome128.png"
  },
  "default_locale": "en",
  "web_accessible_resources": [
    "broker.html",
    "broker.js",
    "not-eligible.html",
    "not-eligible.js"
  ],
  "background": {
    "scripts": [
      "constants.js",
      "lib/google-analytics-bundle.js",
      "analytics.js",
      "main.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "ids": ["*"],
    "matches": [
      "*://www.google.com/*chrome/devices/goodies.html*"
    ]
  }
}
