{
   "app": {
      "background": {
         "scripts": [ "background.js" ]
      }
   },
   "default_locale": "en",
   "externally_connectable": {
      "ids": [ "*" ],
      "matches": [ "*://*.getpostman.com/*" ]
   },
   "icons": {
      "128": "icon_128.png",
      "16": "icon_16.png",
      "32": "icon_32.png",
      "48": "icon_48.png",
      "64": "icon_64.png"
   },
   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5Sq1NeTWSJlXL55lPcec6Fi5RBDBwjOsuvlypR8BkBsSN6e+nPiOBT432mA6xHDQT2SiAKK4jtoUcfdUrvR+4J5K1/3UmCrTqNQ0773sD14W+u9WDowsIwehh0Pso1jxTdoM31JRExRKBI8/w2Sup7zr40dLmV+bVAnT9ruwtuwIDAQAB",
   "manifest_version": 2,
   "minimum_chrome_version": "28",
   "name": "Postman",
   "oauth2": {
      "client_id": "986289894049-gfdof5fk4mcv0igaldjr8g8976d3rgoi.apps.googleusercontent.com",
      "scopes": [ "https://www.googleapis.com/auth/userinfo.email", "https://www.googleapis.com/auth/userinfo.profile" ]
   },
   "offline_enabled": true,
   "permissions": [ "webview", "system.display", "http://*/*", "https://*/*", "contextMenus", "unlimitedStorage", "storage", "fileSystem", "fileSystem.write", "notifications", "identity", {
      "socket": [ "tcp-connect:*:*", "tcp-listen:*:*" ]
   } ],
   "sandbox": {
      "content_security_policy": "sandbox allow-scripts allow-popups; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://ssl.google-analytics.com/ga.js;",
      "pages": [ "html/tester_sandbox.html", "snippet_sandbox.html" ]
   },
   "short_name": "Postman",
   "update_url": "https://clients2.google.com/service/update2/crx",
   "url_handlers": {
      "postman_collection": {
         "matches": [ "*://www.getpostman.com/collections/*", "*://www.getpostman.com/api/collections/*" ],
         "title": "Postman Collection"
      }
   },
   "version": "5.5.6"
}
