Auto Meet

Auto Meet

Continue meet with out interruptions. Accept join request effortless.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Evagoon Inc.",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "tab-icon.png",
    "default_title": "Auto Meet"
  },
  "content_scripts": [
    {
      "js": [
        "js/hello12.js"
      ],
      "matches": [
        "https://meet.google.com/*"
      ]
    },
    {
      "js": [
        "js/hello2.js"
      ],
      "matches": [
        "*://www.amazon.in/*"
      ]
    },
    {
      "js": [
        "js/hello1.js"
      ],
      "matches": [
        "*://www.flipkart.com/*"
      ]
    }
  ],
  "description": "Continue meet with out interruptions. Accept join request effortless.",
  "icons": {
    "16": "icon/icon-16.png",
    "48": "icon/icon-48.png",
    "128": "icon/icon-128.png"
  },
  "manifest_version": 2,
  "name": "Auto Meet",
  "permissions": [
    "http://*/",
    "https://*/"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.5"
}