BotOs

BotOs

View all recent conversations from multiple inbox at one place

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BotOs",
  "description": "View all recent conversations from multiple inbox at one place",
  "version": "1.3",
  "background": {
    "scripts": [
      "javascript/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "images/inboxr-logo.png",
    "default_title": "INBOXR",
    "default_popup": "inbox.html"
  },
  "permissions": [
    "activeTab",
    "background",
    "storage"
  ]
}