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": "Shareit -social media share",
"author": "[email protected]",
"version": "1.2.0",
"description": "Share the current page on social media platforms, create qr codes\/take picture etc. View a log of past links as well!",
"permissions": [
"activeTab",
"storage"
],
"options_page": "options.html",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/icons\/shareit.png",
"48": "\/icons\/shareit.png",
"128": "\/icons\/shareit.png"
}
},
"icons": {
"16": "\/icons\/shareit.png",
"48": "\/icons\/shareit.png",
"128": "\/icons\/shareit.png"
}
}