You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
607 B
22 lines
607 B
2 years ago
|
{
|
||
|
"manifest_version": 3,
|
||
|
"name": "LORPic",
|
||
|
"version": "1.0",
|
||
|
"description": "Плагин отображения картинок для LOR",
|
||
|
"icons": {
|
||
|
"32": "32-icon.png",
|
||
|
"64": "64-icon.png",
|
||
|
"128": "128-icon.png"
|
||
|
},
|
||
|
"content_scripts": [
|
||
|
{
|
||
|
"matches": [ "*://*.linux.org.ru/gallery/*/*",
|
||
|
"*://*.linux.org.ru/articles/*/*",
|
||
|
"*://*.linux.org.ru/news/*/*",
|
||
|
"*://*.linux.org.ru/forum/*/*" ],
|
||
|
"js": [ "app.js" ],
|
||
|
"css": [ "style.css" ]
|
||
|
}
|
||
|
]
|
||
|
}
|