Save and Organize Web and Social Content in a Single Click! Your One Stop Content Repository!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "SwipeBasket",
"short_name": "SB",
"description": "Save and Organize Web and Social Content in a Single Click! Your One Stop Content Repository!",
"homepage_url": "https://swipebasket.com",
"icons": {
"16": "img/icons/16.png",
"24": "img/icons/24.png",
"32": "img/icons/32.png",
"48": "img/icons/48.png",
"128": "img/icons/128.png"
},
"version": "1.1.21",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"*://swipebasket.com/*",
"*://*.swipebasket.com/*",
"*://amazon.com/*",
"*://*.amazon.com/*",
"*://amazon.co.uk/*",
"*://*.amazon.co.uk/*",
"*://youtube.com/*",
"*://*.youtube.com/*",
"*://facebook.com/*",
"*://*.facebook.com/*",
"*://twitter.com/*",
"*://*.twitter.com/*",
"*://instagram.com/*",
"*://*.instagram.com/*",
"*://web.whatsapp.com/*",
"*://*.web.whatsapp.com/*",
"*://wikipedia.org/*",
"*://*.wikipedia.org/*",
"*://realtor.com/*",
"*://*.realtor.com/*",
"*://zillow.com/*",
"*://*.zillow.com/*"
],
"css": [
"inject.css"
],
"js": [
"lib/jquery-3.3.1.min.js",
"inject.js"
],
"run_at": "document_end"
}
],
"action": {
"default_icon": {
"16": "img/icons/16.png",
"24": "img/icons/24.png",
"32": "img/icons/32.png"
},
"default_title": "SwipeNote"
},
"background": {
"service_worker": "background.js"
},
"commands": {
"regional": {
"description": "Region screenshot",
"suggested_key": {
"default": "Ctrl+Shift+1",
"mac": "Command+Shift+1"
}
},
"fullpage": {
"description": "Full Page screenshot",
"suggested_key": {
"default": "Ctrl+Shift+2",
"mac": "Command+Shift+2"
}
},
"highlight": {
"description": "Highlight Text & Save",
"suggested_key": {
"default": "Ctrl+Shift+3",
"mac": "Command+Shift+3"
}
},
"bookmark": {
"description": "Save URL",
"suggested_key": {
"default": "Ctrl+Shift+4",
"mac": "Command+Shift+4"
}
}
},
"options_page": "options.html",
"web_accessible_resources": [
{
"resources": [
"img/*",
"popup.*"
],
"matches": [
"*://*/*"
]
}
],
"update_url": "https://clients2.google.com/service/update2/crx",
"permissions": [
"storage",
"activeTab",
"tabs",
"scripting"
],
"host_permissions": [
"*://swipebasket.com/api2/*"
]
}