GMap Leads Generator - LeadStal

GMap Leads Generator - LeadStal

#1 Google Map Leads Generator Tools with Valid Emails by LeadStal.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GMap Leads Generator - LeadStal",
  "version": "3.0.2",
  "description": "#1 Google Map Leads Generator Tools with Valid Emails by LeadStal.com",
  "author": "LeadStal",
  "permissions": [
    "*://*.google.com/maps/"
  ],
  "background": {
    "page": "background.html",
    "persistant": false
  },
  "browser_action": {
    "default_title": "GMap Leads Generator",
    "default_icon": "images/logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.google.com/maps/*"
      ],
      "js": [
        "assets/jquery.min.js",
        "assets/bootstrap/dist/js/bootstrap.min.js",
        "app.js"
      ],
      "css": [
        "leadstal.css",
        "assets/bootstrap/dist/css/bootstrap.min.css"
      ],
      "run_at": "document_end",
      "resources": [
        "images/*"
      ]
    }
  ],
  "icons": {
    "16": "images/fav.icon",
    "48": "images/logo.png",
    "128": "images/logo1.png"
  },
  "web_accessible_resources": [
    "images/*"
  ],
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'sha256-wCuskqocG+Dx6EBVByTPaCQ1Tas3IEZBWiO1Omg6qMA=' https://ssl.google-analytics.com; object-src 'self'"
}