Turkmotion Extension

Turkmotion Extension

Share your vote, Enjoy your work! Extension for Turkmotion review system

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "jquery.raty.js",
        "turkmotion.js"
      ],
      "css": [
        "jquery.raty.css",
        "style.css"
      ],
      "matches": [
        "http://*.mturk.com/*",
        "https://*.mturk.com/*"
      ]
    }
  ],
  "name": "Turkmotion Extension",
  "description": "Share your vote, Enjoy your work! Extension for Turkmotion review system",
  "version": "0.0.6",
  "permissions": [
    "cookies",
    "https://turkmotion.qu.tu-berlin.de/",
    "storage"
  ],
  "icons": {
    "16": "images/icon.png",
    "48": "images/logo_transparent_small.png"
  },
  "options_page": "options.html",
  "web_accessible_resources": [
    "images/*.png",
    "fonts/*.svg",
    "fonts/*.ttf"
  ],
  "background": {
    "scripts": [
      "md5.js",
      "background.js"
    ]
  },
  "manifest_version": 2
}