The country search

The country search

Allows you to easily search articles by title on haaretz.co.il.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Allows you to easily search articles by title on haaretz.co.il.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "name": "The country search",
  "permissions": [],
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.haaretz.co.il/*"
      ],
      "js": [
        "jquery-1.8.3.min.js",
        "country-script.js"
      ]
    }
  ],
  "manifest_version": 2,
  "version": "1.0.4"
}