Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "IMDb Sort List",
"author": "Mustafa K\u00dc\u00c7\u00dcK",
"description": "IMDb sort your list with drag and drop.",
"version": "1.1",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.imdb.com\/*"
],
"css": [
"src\/app.css"
],
"js": [
"src\/jquery.slim.min.js",
"src\/jquery-ui.min.js",
"src\/app.js"
]
}
]
}