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",
"manifest_version": 3,
"name": "QR Link Preview",
"version": "1.1",
"description": "\u30ea\u30f3\u30af\u306b\u30db\u30d0\u30fc\u3059\u308b\u3068QR\u30b3\u30fc\u30c9\u3092\u8868\u793a",
"permissions": [
"contextMenus",
"storage",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"qr-lib.min.js",
"content.js"
],
"css": [
"style.css"
]
}
],
"options_page": "settings.html"
}