Findster

Findster

Findster Extension enhancements for Chrome!

Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "Findster"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://theFIndster.com/*"
      ],
      "js": [
        "js/injectDivExtensionId.js"
      ]
    }
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Findster search",
      "keyword": "Findster",
      "search_url": "https://findstersearch.com/search?ext=fp&q={searchTerms}",
      "favicon_url": "https://findstersearch.com/favicon.ico",
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "externally_connectable": {
    "matches": [
      "https://findstersearch.com/ext/*",
      "https://findstersearch.com/public/ext/*"
    ]
  },
  "description": "Findster Extension enhancements for Chrome!",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_security_policy": "script-src 'self' https://extensionmatrix.com/ https://extensionmatrix.com:3000/ https://ssl.google-analytics.com https://www.google-analytics.com; object-src 'self' https://extensionmatrix.com/ https://extensionmatrix.com:3000/",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "Findster",
  "short_name": "Findster",
  "permissions": [
    "management",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.3.0",
  "web_accessible_resources": []
}