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",
"name": "Link Virus Check - Security Plus",
"description": "Provides free checking of urls for viruses. It uses up to 64 different antivirus products and scan engines to check for viruses",
"version": "0.3.1",
"manifest_version": 2,
"permissions": [
"storage",
"activeTab",
"notifications",
"contextMenus",
"https:\/\/www.virustotal.com\/vtapi\/*"
],
"background": {
"persistent": false,
"scripts": [
"common.js"
]
},
"web_accessible_resources": [
"data\/inject\/*"
],
"homepage_url": "https:\/\/add0n.com\/security-plus.html",
"icons": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png",
"256": "data\/icons\/256.png"
},
"options_ui": {
"page": "data\/options\/index.html",
"chrome_style": true
}
}