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,
"default_locale": "en",
"name": "__MSG_extName__",
"version": "1.0.5",
"description": "__MSG_extDescription__",
"permissions": [
"storage",
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"options_page": "options.html",
"commands": {
"fill-form": {
"suggested_key": {
"default": "Alt+F"
},
"description": "Fill current form with active profile"
},
"fill-random": {
"suggested_key": {
"default": "Alt+Shift+F"
},
"description": "Fill form with random data"
},
"switch-profile-1": {
"suggested_key": {
"default": "Alt+1"
},
"description": "Switch to profile 1"
},
"switch-profile": {
"suggested_key": {
"default": "Alt+S"
},
"description": "Cycle to next profile"
}
},
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
}