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": "Auto Swiper AI for Boo, Tinder, Bumble & Badoo",
"description": "Auto Swiper AI automates swiping on Boo, Tinder, Bumble & Badoo, with smart filters, adjustable speed, and detailed statistics.",
"version": "2.1",
"action": {
"default_popup": "src\/popup.html",
"default_icon": "icon\/icon48.png"
},
"icons": {
"16": "icon\/icon16.png",
"32": "icon\/icon32.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
},
"background": {
"service_worker": "src\/script\/background.min.js"
},
"permissions": [
"webNavigation",
"identity",
"storage",
"activeTab",
"debugger"
],
"web_accessible_resources": [
{
"resources": [
"src\/script\/lib\/human.esm.min.js",
"src\/script\/humanDetectionWrapper.min.js",
"src\/script\/humanDetection.min.js",
"src\/script\/lib\/models\/*"
],
"matches": [
"*:\/\/*.tinder.com\/*",
"*:\/\/tinder.com\/*",
"*:\/\/*.boo.world\/*",
"*:\/\/boo.world\/*",
"*:\/\/*.bumble.com\/*",
"*:\/\/bumble.com\/*",
"*:\/\/*.badoo.com\/*",
"*:\/\/badoo.com\/*"
]
}
],
"content_scripts": [
{
"matches": [
"*:\/\/*.tinder.com\/*",
"*:\/\/tinder.com\/*",
"*:\/\/*.boo.world\/*",
"*:\/\/boo.world\/*",
"*:\/\/*.bumble.com\/*",
"*:\/\/bumble.com\/*",
"*:\/\/*.badoo.com\/*",
"*:\/\/badoo.com\/*"
],
"js": [
"src\/script\/lib\/jquery-3.6.3.min.js",
"src\/script\/humanDetectionWrapper.min.js",
"src\/script\/contentScript.min.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"host_permissions": [
"https:\/\/www.s-digital-solutions.com\/**",
"https:\/\/img.sdsw.workers.dev\/**"
],
"oauth2": {
"client_id": "35337853664-49haenrme9q9269anrl684ahj41cknm5.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
}
}