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 Pro",
"version": "2.0",
"description": "Pro Concurent - \u041f\u043e\u0432\u044b\u0441\u044c\u0442\u0435 \u0432\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u044c \u0432\u0430\u0448\u0438\u0445 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u0432 \u043e\u0431\u0449\u0435\u043c \u0447\u0430\u0442\u0435 FunPay. \u041b\u0435\u0433\u043a\u043e \u043d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0439\u0442\u0435 \u0438 \u043f\u0443\u0431\u043b\u0438\u043a\u0443\u0439\u0442\u0435 \u0441\u0432\u043e\u0438 \u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u044f.",
"permissions": [
"storage",
"alarms",
"cookies",
"tabs"
],
"host_permissions": [
"https:\/\/funpay.com\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "icons\/icon128.png"
}
},
"icons": {
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/funpay.com\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_idle"
}
]
}