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": "Wizard of Swipe for Tinder",
"version": "1.6.0",
"description": "",
"icons": {
"16": "icons\/wizardofswipe_square_nobg_16.png",
"48": "icons\/wizardofswipe_square_nobg_48.png",
"128": "icons\/wizardofswipe_square_nobg_128.png"
},
"host_permissions": [
"*:\/\/*.rizzlines.info\/*",
"*:\/\/*.tinder.com\/*",
"*:\/\/*.gotinder.com\/*",
"*:\/\/*.wizardofswipe.com\/*"
],
"permissions": [
"activeTab",
"tabs",
"storage",
"unlimitedStorage"
],
"background": {
"service_worker": "dist\/background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/tinder.com\/*"
],
"run_at": "document_start",
"js": [
"dist\/mainscript.js"
]
}
],
"action": {
"default_popup": "dist\/unsupported.html"
},
"options_page": "dist\/options.html",
"web_accessible_resources": [
{
"resources": [
"models\/*",
"assets\/*",
"fetchInterceptor.js",
"target.webp"
],
"matches": [
"<all_urls>"
]
}
]
}