{
  "manifest_version": 2,
  "name": "Reflect",
  "description": "Reflect.app Chrome extension",
  "version": "1.0",

  "icons": {
    "128": "icons/icon-128.png",
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png"
  },

 "externally_connectable": {
    "matches": ["https://reflect.app/*"]
  },

  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },

  "browser_action": {
    "default_icon": "icons/icon-128.png",
    "default_popup": "popup.html"
  },

  "commands": {
    "_execute_browser_action": {
      "description": "Save Page to Reflect",
      "suggested_key": {
        "chromeos": "Ctrl+Shift+P",
        "linux": "Ctrl+Shift+P",
        "mac": "Command+Shift+P",
        "windows": "Ctrl+Shift+P"
      }
    }
 },

  "background": {
    "scripts": ["background.js"]
  },

  "permissions": [
    "storage",
    "alarms",
    "tabs",
    "webRequest",
    "https://read.amazon.com/*",
    "https://reflect.app/*",
    "http://*/*",
    "https://*/*"
 ],

 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqGoNZ0I7mh8ef28oBubwu2sVOQKGFI1ecAhyNBpgoMSA1ra1kkvTQPa3haOILaGegTGO48alw0BNbbeKZeB9K3hhgoVtfaRrLQUa9zCEBp9xbQfimCo28p0gdRJ7ys9nGhMz3oO49SOKACwBdBlIJDo4cBhKrqlij+jN7Os633Gq4u5TOwYJ6RJOq3cqR6BjccnPzV0Yku59QXWddx2gprKckDeQeBdD71MEk0FTihSvNQFW+SbL0tM6SVTqxt330E2uE8sqbta5sSsKZKAjOQWBZ7BM2XQftb/sXoi6z8gVqxdvBATGqmIT7g0Itz6SgKcKnYPP0ufdiHMbmBBupwIDAQAB"
}