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": "Syfly Password Manager",
"version": "3.0.2",
"description": "Syfly Password Manager",
"icons": {
"16": "assets\/logo.png",
"48": "assets\/logo.png",
"128": "assets\/logo.png"
},
"permissions": [
"identity",
"storage",
"tabs",
"cookies",
"contextMenus",
"offscreen",
"clipboardWrite",
"activeTab",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle",
"all_frames": true
}
],
"action": {
"default_icon": {
"16": "assets\/logo.png",
"32": "assets\/logo.png",
"48": "assets\/logo.png",
"128": "assets\/logo.png"
},
"default_popup": "welcome-page\/welcome-page.html",
"default_title": "Syfly Password Manager"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
}
}