Search with Meme

Search with Meme

Search and have fun all in one.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Search with Meme",
  "short_name": "Search + Meme",
  "description": "Search and have fun all in one.",
  "version": "2.5",
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://apis.google.com https://platform.twitter.com https://connect.facebook.net https://ssl.google-analytics.com; object-src 'self'",
  "options_page": "options.html",
  "icons": {
    "16": "search.png",
    "48": "search.png",
    "128": "search.png"
  },
  "permissions": [],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "windows": "Ctrl+Shift+F",
        "mac": "Ctrl+Shift+F",
        "chromeos": "Ctrl+Shift+F",
        "linux": "Ctrl+Shift+F"
      }
    }
  },
  "browser_action": {
    "default_title": "Search",
    "default_icon": "search.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}