nadrez/firefox/manifest.json

100 lines
2.4 KiB
JSON
Raw Permalink Normal View History

{
"version": "1.0",
"manifest_version": 2,
"name": "надрез мозжечка",
"description": "Манипулятор ВКонтакте с функцией самоподрыва от Альянса Злодеев",
"applications": {
"gecko": {
"id": "vk@mirzaev.sexy",
"strict_min_version": "95.0.2"
}
},
"permissions": [
"*://*.vk.com/*",
"activeTab",
"alarms",
"background",
"browserSettings",
"browsingData",
"clipboardRead",
"clipboardWrite",
"contentSettings",
"contextMenus",
"contextualIdentities",
"cookies",
"debugger",
"dns",
"downloads",
"downloads.open",
"find",
"geolocation",
"history",
"identity",
"idle",
"management",
"menus",
"menus.overrideContext",
"nativeMessaging",
"notifications",
"pageCapture",
"pkcs11",
"privacy",
"proxy",
"search",
"sessions",
"storage",
"tabHide",
"tabs",
"topSites",
"unlimitedStorage",
"webNavigation",
"webRequest",
"webRequestBlocking"
],
"options_ui": {
"page": "/system/settings/index.html"
},
"content_scripts": [
{
"matches": [
"https://*.vk.com/*"
],
"js": [
"/system/log.js",
"/system/settings.js",
"/system/core.js",
"/system/modules/module.js"
],
"run_at": "document_start"
},
{
"matches": [
"https://*.vk.com/*"
],
"js": [
"/system/modules/visor/core.js",
"/system/modules/killer/core.js"
],
"run_at": "document_end"
},
{
"matches": [
"https://vk.com/settings?act=nadrez"
],
"js": [
"/system/pages/settings/index.js"
],
"run_at": "document_end"
},
{
"matches": [
"https://vk.com/im?sel=*"
],
"js": [
"/system/modules/killer/conversation.js"
],
"run_at": "document_end"
}
]
}