Wapp Group Extractor

Wapp Group Extractor

Wapp Group Extractor

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.8",
  "name": "Wapp Group Extractor",
  "short_name": "Wapp Group Extractor",
  "manifest_version": 2,
  "description": "Wapp Group Extractor",
  "browser_action": {
    "default_title": "Wapp Group Extractor",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/logo-16.png",
    "48": "img/logo-64.png",
    "128": "img/logo-128.png"
  },
  "web_accessible_resources": [
    "inject.html",
    "injectCSS.css"
  ],
  "background": {
    "page": "background.html"
  },
  "oauth2": {
    "client_id": "1012350089681-1njes4d3ofu181anqemoo6r343us74hm.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile",
      "https://www.googleapis.com/auth/chromewebstore.readonly"
    ]
  },
  "permissions": [
    "identity",
    "tabs",
    "storage",
    "https://web.whatsapp.com/*"
  ],
  "content_security_policy": "default-src 'self'; script-src 'self' https://accounts.google.com https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com https://ssl.google-analytics.com http://localhost:3000 https://localhost:3000 'unsafe-eval'; connect-src https://firebasestorage.googleapis.com https://accounts.google.com https://firestore.googleapis.com https://securetoken.googleapis.com https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com https://ssl.google-analytics.com https://accounts.google.com http://localhost:3000 https://localhost:3000 https://securetoken.googleapis.com; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data:;"
}