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",
"name": "Closer - Auto Chat for Tinder and Bumble",
"description": "Closer is a extension that helps women automatically chat on dating apps like Tinder and Bumble.",
"version": "1.0.1",
"manifest_version": 3,
"icons": {
"16": "img\/logo-16.png",
"32": "img\/logo-32.png",
"48": "img\/logo-48.png",
"128": "img\/logo-128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "img\/logo-48.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-3539061f.js"
],
"matches": [
"*:\/\/*.bumble.com\/*",
"*:\/\/*.tinder.com\/*",
"*:\/\/*.gotinder.com\/*"
]
}
],
"web_accessible_resources": [
{
"matches": [],
"resources": [
"img\/*",
"icons\/*"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/*.bumble.com\/*",
"*:\/\/*.gotinder.com\/*",
"*:\/\/*.tinder.com\/*"
],
"resources": [
"assets\/chunk-79dc8777.js"
],
"use_dynamic_url": true
}
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"permissions": [
"storage",
"tabs",
"activeTab",
"scripting",
"alarms"
]
}