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": "Levvy Password Manager",
"description": "Levvy's password manager keeps your credentials safe and secure. ",
"version": "2.0.6",
"icons": {
"16": ".\/icons\/levvy16.png",
"48": ".\/icons\/levvy48.png",
"128": ".\/icons\/levvy128.png"
},
"action": {
"default_icon": ".\/icons\/levvy16.png"
},
"permissions": [
"storage",
"tabs",
"activeTab"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/localhost:3000\/*",
"https:\/\/staging.levvy.net\/*",
"https:\/\/*.levvy.net\/*",
"https:\/\/app.levvy.com\/*"
],
"js": [
".\/levvy.js"
]
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
".\/Content_script.js"
]
}
],
"background": {
"service_worker": ".\/background_script.js"
}
}