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",
"version": "2.0",
"manifest_version": 3,
"name": "AutoSwiper.Ai",
"description": "Automatic WingmanAi Swiping",
"background": {
"service_worker": "service-worker.js",
"type": "module"
},
"icons": {
"48": "img\/favicon.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/tinder.com\/*",
"*:\/\/*.tinder.com\/*"
],
"js": [
"js\/jquery.min.js",
"script.js"
],
"run_at": "document_end"
}
],
"action": {
"default_title": "AutoSwiper.Ai",
"default_popup": "index.html"
},
"host_permissions": [
"https:\/\/tinder.com\/*",
"https:\/\/*.tinder.com\/*",
"https:\/\/tinderai.app\/",
"https:\/\/api.tinderai.app\/"
],
"permissions": [
"activeTab",
"storage",
"scripting"
]
}