Motarme Plugin

Motarme Plugin

Automated flow to count bounced emails in user's inbox

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Motarme Plugin",
  "description": "Automated flow to count bounced emails in user's inbox",
  "version": "0.3.5",
  "icons": {
    "16": "./icons/16.png",
    "32": "./icons/32.png",
    "48": "./icons/48.png",
    "128": "./icons/128.png"
  },
  "action": {
    "default_title": "Motarme Plugin",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "./icons/16.png",
      "32": "./icons/32.png",
      "48": "./icons/48.png",
      "128": "./icons/128.png"
    }
  },
  "permissions": [
    "storage",
    "identity"
  ],
  "background": {
    "service_worker": "./background.js"
  },
  "oauth2": {
    "client_id": "722482898187-stn2og7kpioimulr6qjpp2fhh7ggetns.apps.googleusercontent.com",
    "scopes": [
      "profile",
      "email",
      "https://www.googleapis.com/auth/gmail.readonly",
      "https://www.googleapis.com/auth/drive.file"
    ]
  }
}