Just-Random

Just-Random

Tired of eating the same meal, Just-Random

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Just-Random",
  "description": "Tired of eating the same meal, Just-Random",
  "version": "1.0.6",
  "content_scripts": [
    {
      "matches": [
        "http://just-eat.dk/*",
        "http://*.just-eat.dk/*",
        "https://just-eat.dk/*",
        "https://*.just-eat.dk/*",
        "http://*.meal4u.dk/*",
        "https://*.meal4u.dk/*"
      ],
      "js": [
        "jquery-1.9.1.js",
        "justrandom.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "justrandom.js",
    "justrandom.htm",
    "justrandom4u.htm"
  ],
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "tabs",
    "http://www.just-eat.dk/*",
    "http://*.meal4u.dk/*"
  ]
}