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": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "1.0.10",
"manifest_version": 3,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA51WLues0QLN9SWTj9lddupJJJIlMAgLZZ\/hcyibb5Vgy9X76bECpgTAwzKe7vg7Vf0322XSkoujitxq10bA3dnmjlUqEVVND2u4hPL2clIDexSkZtNvMDb20keHEeGgiIDp5AlpoLvTSosXGwtA0jeyXbXVUdr\/N+y9WBhLgm\/hwsbRJYlW4cQzhqpJ1hmmJBckljaLNkRxDO0ZnZw\/6n9+Gn3K9JLiiANkddLqAHY\/xFXh1es67VbOAkCcsm367XhhPeGOk2pKpKzaa22SbsqQPYrdkf1eN6wVDDWyTFR4cVPEPppclxdK0T852BCH0YAkdr7fCEWCfLJrvvUJ7dQIDAQAB",
"icons": {
"16": "images\/swipekit_16.png",
"48": "images\/swipekit_48.png",
"128": "images\/swipekit_128.png"
},
"minimum_chrome_version": "90",
"action": {
"default_title": "SwipeKit | Dating App Auto-Swiper & Analyzer",
"default_popup": "popup.html",
"default_icon": {
"16": "images\/swipekit_16.png",
"24": "images\/swipekit_24.png",
"32": "images\/swipekit_32.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/*.tinder.com\/*",
"https:\/\/*.bumble.com\/*"
],
"run_at": "document_start",
"js": [
"injectScripts.js"
]
},
{
"matches": [
"https:\/\/*.tinder.com\/*",
"https:\/\/*.bumble.com\/*"
],
"css": [
"styles.css",
"colors.css"
],
"js": [
"content.js"
]
}
],
"default_locale": "en",
"permissions": [
"webRequest",
"tabs",
"scripting",
"storage",
"unlimitedStorage",
"debugger",
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"declarativeNetRequestWithHostAccess",
"identity"
],
"host_permissions": [
"https:\/\/*.tinder.com\/*",
"https:\/\/api.gotinder.com\/*",
"https:\/\/images-ssl.gotinder.com\/*",
"https:\/\/*.bumble.com\/*",
"https:\/\/*.bumbcdn.com\/*",
"https:\/\/maps.googleapis.com\/*",
"https:\/\/www.googleapis.com\/*",
"https:\/\/ipapi.co\/*",
"https:\/\/ipwho.is\/*"
],
"background": {
"service_worker": "background.js"
},
"oauth2": {
"client_id": "366176796758-gobp7oe52l2veck6r4obe4its4c4rttc.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile",
"https:\/\/www.googleapis.com\/auth\/drive.file"
]
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"web_accessible_resources": [
{
"resources": [
"\/images\/bumble-1.svg",
"\/images\/tinder-2.svg",
"injectHttpInterceptor.js",
"geolocation-spoof.js",
"colors.css",
"styles.css",
"leaflet.css",
"images\/marker-icon.png",
"images\/marker-icon-2x.png",
"images\/marker-shadow.png",
"images\/layers.png",
"images\/layers-2x.png"
],
"matches": [
"<all_urls>"
]
}
]
}