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": "QR Page To Mobile (Generate & Read)",
"description": "All-in-one QR tool. Transfer what you're browsing to your phone via QR. Generate and read QRs.",
"version": "1.0.1",
"icons": {
"16": ".\/images\/icon_16x16.png",
"32": ".\/images\/icon_32x32.png",
"48": ".\/images\/icon_48x48.png",
"128": ".\/images\/icon_128x128.png"
},
"action": {
"default_popup": "index.html",
"default_icon": {
"16": ".\/images\/icon_16x16.png",
"24": ".\/images\/icon_24x24.png",
"32": ".\/images\/icon_48x48.png"
}
},
"permissions": [
"tabs"
]
}