Joker Bekçisi

Joker Bekçisi
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/jquery-1.11.3.min.js",
      "js/joker_notifier.js",
      "js/background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "description": "Joker Bekçisi",
  "icons": {
    "16": "img/icon.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "manifest_version": 2,
  "name": "Joker Bekçisi",
  "permissions": [
    "storage",
    "cookies",
    "notifications",
    "*://*.yemeksepeti.com/"
  ],
  "short_name": "Joker Bekçisi",
  "version": "0.7"
}