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": "VK Messages Fix",
"short_name": "VK Messages Fix",
"version": "1.4",
"options_page": "options.html",
"description": "__MSG_manifestdescription__",
"default_locale": "en",
"icons": {
"64": "icon.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "options.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*.vk.com\/*"
],
"js": [
"jquery-1.8.3.js",
"injector.js"
]
},
{
"matches": [
"https:\/\/*.vk.com\/*"
],
"js": [
"jquery-1.8.3.js",
"injector.js"
]
}
],
"web_accessible_resources": [
"script.js",
"jquery-1.8.3.js"
]
}