This repository has been archived on 2023-08-02. You can view files and clone it, but cannot push or open issues or pull requests.
vk-messages-tooltip/manifest.json

15 lines
219 B
JSON
Raw Normal View History

2023-01-05 22:09:16 +03:00
{
"name": "VK Messages Tooltip",
2023-05-14 00:04:52 +03:00
"version": "1.2.1",
2023-01-05 22:09:16 +03:00
"manifest_version": 3,
"content_scripts": [
{
"js": [
"script.js"
],
"matches": [
2023-05-14 00:04:52 +03:00
"https://vk.com/*"
2023-01-05 22:09:16 +03:00
]
}
]
}