Ne Yesem?

Ne Yesem?

Selects a random food at a random restaurant on Yemeksepeti.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "1.1.2",
  "manifest_version": 2,
  "description": "__MSG_extDescription__",
  "icons": {
    "128": "icon128.png"
  },
  "default_locale": "en",
  "content_scripts": [
    {
      "matches": [
        "*://*.yemeksepeti.com/*"
      ],
      "css": [
        "extensionStyles.css"
      ],
      "js": [
        "lib/jquery.js",
        "yemeksepetiRandom.js"
      ]
    }
  ],
  "homepage_url": "http://serdar.work"
}