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 Boost",
"version": "1.12.2",
"description": "\ud83d\ude80 \u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u043f\u043e\u0434\u043d\u044f\u0442\u0438\u0435 \u0432\u0430\u0448\u0438\u0445 \u043b\u043e\u0442\u043e\u0432 \u043d\u0430 FunPay. \u041f\u0440\u043e\u0441\u0442\u043e, \u043a\u0440\u0430\u0441\u0438\u0432\u043e \u0438 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e!",
"permissions": [
"storage",
"alarms",
"cookies",
"background"
],
"host_permissions": [
"https:\/\/funpay.com\/*"
],
"action": {
"default_popup": "popup\/popup.html",
"default_title": "FunPay Boost",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background\/background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/funpay.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"install\/*"
],
"matches": [
"<all_urls>"
]
}
]
}