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": "QR Code Reader (Offline)",
"short_name": "QR Code Reader",
"version": "3.5.8",
"description": "Offline QR Code Reader with History & Favorites - Best QR Code Scanner for Google Chrome",
"manifest_version": 3,
"permissions": [
"storage",
"contextMenus",
"activeTab",
"notifications",
"tabs",
"scripting"
],
"action": {
"default_icon": {
"16": "icons\/qrcode-16.png",
"19": "icons\/qrcode-19.png",
"38": "icons\/qrcode-38.png",
"48": "icons\/qrcode-48.png",
"128": "icons\/qrcode-128.png"
},
"default_title": "QR Code Reader Pro",
"default_popup": "index.html"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"jsqr.min.js",
"content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"jsqr.min.js",
"constants.js",
"utils.js",
"components\/*.js",
"components\/Scanner.js",
"components\/HistoryManager.js",
"components\/ThemeManager.js",
"components\/SettingsManager.js"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "icons\/qrcode-16.png",
"19": "icons\/qrcode-19.png",
"38": "icons\/qrcode-38.png",
"48": "icons\/qrcode-48.png",
"128": "icons\/qrcode-128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"offline_enabled": true,
"author": "PreppHint",
"homepage_url": "https:\/\/prepphint.com\/"
}