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.
21 lines
607 B
21 lines
607 B
{ |
|
"manifest_version": 2, |
|
"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" ] |
|
} |
|
] |
|
}
|
|
|