maverick

maverick

Transform your business development efforts into a cohesive, measurable strategy with tools and processes designed to deliver more…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "maverick",
  "version": "0.0.6",
  "homepage_url": "https://app.maverickapp.io",
  "permissions": [
    "https://mail.google.com/",
    "https://inbox.google.com/",
    "https://app.maverickapp.io/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*",
        "https://inbox.google.com/*"
      ],
      "js": [
        "inboxsdk.js",
        "loader.js"
      ]
    }
  ],
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "80": "icon-80.png"
  }
}