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",
"manifest_version": 3,
"name": "FunPay FD",
"version": "1.0.0",
"description": "\u041a\u0430\u0441\u0442\u043e\u043c\u043d\u0430\u044f \u0442\u0451\u043c\u043d\u0430\u044f \u0442\u0435\u043c\u0430 FunPay \u043e\u0442 \u0417\u043e\u043b\u043b\u043e",
"content_scripts": [
{
"matches": [
"https:\/\/funpay.com\/*"
],
"css": [
"style.css"
]
}
]
}