Ezy Photo Tab & Custom Web Search

Ezy Photo Tab & Custom Web Search

Add the Ezy Photo Tab & Custom Web Search extension and click the icon on your toolbar to access editing sites & Yahoo® search

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": "Ezy Photo Tab & Custom Web Search",
  "short_name": "Ezy Photo Tab",
  "icons": {
    "128": "icons/iconColored.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://ezyphototab.com/*"
      ],
      "run_at": "document_start",
      "all_frames": false,
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "description": "Add the Ezy Photo Tab & Custom Web Search extension and click the icon on your toolbar to access editing sites & Yahoo® search",
  "version": "1.0.0.4",
  "manifest_version": 2,
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "128": "icons/icon128.png"
    },
    "default_title": "Ezy Photo Tab & Custom Web Search"
  },
  "permissions": [
    "*://ezyphototab.com/",
    "tabs",
    "storage"
  ],
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "web search by Yahoo",
      "keyword": "Ezy Photo Tab",
      "favicon_url": "icons/icon128.png",
      "search_url": "https://search.yahoo.com/yhs/search?hspart=mnet&hsimp=yhs-001&type=type9099612-spa-3503-84593&param1=3503&param2=84593&p={searchTerms}",
      "suggest_url": "https://search.yahoo.com/sugg/ie?output=fxjson&command={searchTerms}&nResults=10",
      "is_default": true
    }
  },
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}