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,
"version": "1.0.925",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"background": {
"service_worker": "background.bundle.js",
"type": "module"
},
"permissions": [
"contextMenus",
"storage",
"identity",
"notifications",
"gcm",
"scripting",
"activeTab",
"downloads",
"downloads.open",
"tabs"
],
"default_locale": "en",
"action": {
"default_popup": "popup.html",
"default_icon": "assets\/img\/icon192.png"
},
"host_permissions": [
"http:\/\/*\/",
"https:\/\/*\/",
"\"*:\/\/*\/\""
],
"icons": {
"192": "assets\/img\/icon192.png"
},
"web_accessible_resources": [
{
"resources": [
"fonts\/*.woff",
"content.bundle.js",
"css\/content.css",
"assets\/img\/*",
"jsQR.min.js"
],
"matches": [
"<all_urls>"
]
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg0kPXrcjUuDSVi8DH5Tkn\/\/UIuFoxS20AcYpFqPl5mdPU9r9mf6jrUF4sJ9JwRKc0R9EdZmrHzr7ky\/Y18ZfAlBTuh71NIQxYyHEkbNxm5RWJOMTbyhMgurcCmGtAlF2giwMEmja5\/54Gk2ssm9xScpPMbW9rijT6hWEFkRTT6ctbbq1KWOs3vftj8\/wDoClTzCVCh1Lh8B5+XUtceKLac58tuRpSnEVe5IKCg3lFfBYNpi6ngLFtEYFJGx1+WxhAtvSnYvVKa8J9TbdMRAy9DR66icrkBKXWxhcDh6HH\/gLakv51GDAUTzByfxry1vVD0XSsRMJ93kiF1jCkm0M1wIDAQAB"
}