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": "SwipeMate Tinder Auto Swiper",
"description": "Elevate your dating game with AI-driven Tinder Auto Swiping for more matches & better dates.",
"manifest_version": 3,
"version": "1.2.9",
"action": {
"default_title": "SwipeMate"
},
"icons": {
"16": "assets\/icons\/icon16.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"*:\/\/tinder.com\/*",
"*:\/\/*.tinder.com\/*"
],
"js": [
"content.js"
],
"css": [
"injectedStyles.css"
]
}
],
"permissions": [
"storage",
"notifications",
"tabs",
"debugger"
],
"web_accessible_resources": [
{
"resources": [
"index.html"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
},
{
"resources": [
"assets\/SwipeMate.png"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
}