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 Password Manager",
"description": "Easy and safe password manage. You can insert mobile data to a website!!",
"version": "1.0.21",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"activeTab"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"all_frames": true,
"js": [
"content-script.js"
]
}
],
"icons": {
"16": "\/images\/get_started16.png",
"32": "\/images\/get_started32.png",
"48": "\/images\/get_started48.png",
"64": "\/images\/get_started64.png",
"128": "\/images\/get_started128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/get_started16.png",
"32": "\/images\/get_started32.png",
"48": "\/images\/get_started48.png",
"64": "\/images\/get_started64.png",
"128": "\/images\/get_started128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"\/qr\/qr_blank.html",
"\/qr\/qr.html",
"\/qr\/qr_small.html",
"\/qr\/empty.html",
"\/images\/click.png"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
}