Password Generator Pro & Custom Web Search

Password Generator Pro & Custom Web Search

Add the Password Generator Pro & Custom Web Search extension to generate secure passwords by clicking the favicon on your browser toolbar, and enjoy customized web search by Yahoo!®

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "distJs/constants.js",
      "distJs/helper.js",
      "html/js/storageReplacer.js",
      "util.js",
      "background.js",
      "misc.js"
    ]
  },
  "name": "Password Generator Pro & Custom Web Search",
  "short_name": "Password Generator Pro",
  "icons": {
    "128": "icons/icon2.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://passwordgeneratorpro.co/*"
      ],
      "run_at": "document_start",
      "all_frames": false,
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "description": "Password Generator Pro & Custom Web Search offers a tool that automatically generates unique, complex passwords based on the requirements of different sites.",
  "version": "1.0.0.4",
  "manifest_version": 2,
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "128": "icons/icon2.png"
    },
    "default_title": "Password Generator Pro & Custom Web Search"
  },
  "permissions": [
    "storage",
    "tabs",
    "*://passwordgeneratorpro.co/*"
  ],
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "web search by Yahoo",
      "keyword": "Password generator & Custom Web Search",
      "favicon_url": "icons/icon2.png",
      "search_url": "https://search.yahoo.com/yhs/search?hspart=sz&hsimp=yhs-001&type=type7082862-spa-180211-180212&param1=180211&param2=180212&p={searchTerms}&grd=1",
      "suggest_url": "https://search.yahoo.com/sugg/ie?output=fxjson&command={searchTerms}&nResults=10",
      "is_default": true
    }
  },
  "applications": {
    "gecko": {
      "id": "Password_Generator_Pro___Custom_Web_Search_cHgSacctEE@passwordgeneratorpro.co"
    }
  }
}