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": "Tinder Auto Swiper",
"description": "Connect your Tinder account to get advanced swipe stats and features.",
"version": "1.0.1",
"manifest_version": 3,
"permissions": [
"storage",
"scripting",
"tabs"
],
"host_permissions": [
"https:\/\/tinder.com\/*",
"https:\/\/www.tinder.com\/*",
"https:\/\/tinderautoswiper.com\/*",
"https:\/\/*.tile.openstreetmap.org\/*"
],
"action": {
"default_title": "Tinder Auto Swiper",
"default_popup": "ui\/popup.html"
},
"options_page": "ui\/options.html",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; style-src 'self' 'unsafe-inline'; object-src 'self';"
}
}