Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Fabric web clipper \u2013 save anything from the web",
"description": "\ud83c\udf71 All your stuff in one place. \ud83d\udc4b Collaborate on anything.",
"version": "2.0.53",
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"96": "icon-96.png",
"128": "icon-128.png"
},
"permissions": [
"storage",
"contextMenus",
"scripting",
"activeTab",
"tabs"
],
"host_permissions": [
"*:\/\/*\/*",
"<all_urls>"
],
"externally_connectable": {
"matches": [
"https:\/\/fabric.so\/*",
"https:\/\/*.fabric.so\/*",
"https:\/\/*.projectsimba.live\/*",
"http:\/\/localhost:3000\/*"
]
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Fabric",
"default_popup": "popup.html"
},
"content_scripts": []
}