RoboForm Password Manager makes your life easier by remembering passwords and logging you into websites automatically
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"short_name": "RoboForm",
"version": "9.6.10.0",
"name": "__MSG_BEM_FullName__",
"description": "__MSG_BEM_Description__",
"homepage_url": "http://www.roboform.com",
"permissions": [
"tabs",
"scripting",
"storage",
"webRequest",
"webRequestAuthProvider",
"webNavigation",
"contextMenus",
"favicon",
"nativeMessaging",
"privacy",
"gcm"
],
"host_permissions": [
"<all_urls>"
],
"optional_permissions": [
"bookmarks",
"topSites"
],
"default_locale": "en",
"icons": {
"16": "robo16.png",
"32": "robo32.png",
"48": "robo48.png",
"128": "robo128.png"
},
"action": {
"default_icon": "rfdis16.png",
"default_title": "RoboForm",
"default_popup": "popup.html"
},
"background": {
"service_worker": "main.js"
},
"options_page": "options.html",
"content_scripts": [
{
"all_frames": true,
"match_about_blank": true,
"run_at": "document_start",
"js": [
"0.js",
"1.js",
"content.js"
],
"matches": [
"<all_urls>"
]
},
{
"all_frames": true,
"match_about_blank": true,
"run_at": "document_start",
"world": "MAIN",
"js": [
"inject.js"
],
"matches": [
"<all_urls>"
]
}
],
"web_accessible_resources": [
{
"resources": [
"password-generator.html",
"rename-item.html",
"save-forms.html"
],
"matches": [
"<all_urls>"
],
"extension_ids": []
}
],
"externally_connectable": {
"ids": [
"pnlccmojcmeohlpggmfnbbiapkmbliob",
"gjfebfigbebgpponknomcdjfaebaolob",
"ljfpcifpgbbchoddpjefaipoiigpdmag"
],
"matches": [
"https://*.roboform.com/*",
"https://*.roboform.eu/*"
]
}
}