Shufersal, Translated edition

Shufersal, Translated edition

Use hi-res images, and Google Translate for Shufersal.co.il's cart.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Eliezer Berlin",
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "select_search_box": {
      "description": "Focus the Shufersal Search Box",
      "suggested_key": {
        "default": "Alt+X",
        "mac": "Command+X"
      }
    },
    "select_translate_box": {
      "description": "Focus the Google Translate Box",
      "suggested_key": {
        "default": "Alt+Z",
        "mac": "Command+Z"
      }
    }
  },
  "content_scripts": [
    {
      "css": [
        "mystyles.css"
      ],
      "js": [
        "script.js"
      ],
      "matches": [
        "https://www.shufersal.co.il/*"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "description": "Use hi-res images, and Google Translate for Shufersal.co.il's cart.",
  "manifest_version": 2,
  "name": "Shufersal, Translated edition",
  "permissions": [
    "background",
    "webRequest",
    "storage",
    "webRequestBlocking",
    "https://www.shufersal.co.il/*"
  ],
  "short_name": "Shufersal_Translated",
  "version": "1.6",
  "icons": {
    "128": "icon.png"
  }
}