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": "__MSG_app_name_title__",
"short_name": "__MSG_app_short_name_title__",
"description": "__MSG_app_description_text__",
"version": "2.0.19.6641",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmP0TSWMkLAEs4xk8ESwZ0ZKSsI3WFAhlW7faZpfhNvHsFNDrOIA7wPvSxoVL7B3ThVfvcq46hFh0avaBW3bd5iJkA4c2b4cYXZZh7TurPiQ9vKsCfVcNqjYIODy3x+44PKeJD3Qe1z9gUkxSvfitUvflqXKcg2TBDWodNfw17x4+j+hKTRTCUGDven55T2o5x6c5lmG7pMXl0UT3C\/cDTx7jio8fg+S59eZT\/Y4kJnomY8AQZyU7ukFSMH6C9tS57MkOX\/DzKT46qAhG6Cp4F5NBj5wLtpBlsYpCVw9FqmcGUNKDaWZwR+ywEuPNnY4ZbC7f6xdc\/SZvJUrtUJ6FPwIDAQAB",
"icons": {
"16": "src\/images\/PWM-Default-16.png",
"32": "src\/images\/PWM-Default-32.png",
"48": "src\/images\/PWM-Default-48.png",
"128": "src\/images\/PWM-Default-128.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Shift+Alt+E"
}
}
},
"action": {
"default_title": "__MSG_app_default_title__"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"src\/images\/logo.svg",
"html\/autofill.html",
"html\/autofillWarning.html",
"html\/autosave.html",
"src\/images\/PWM-Default-128.png",
"assets\/autofillFunctions-CVxus-se.js",
"assets\/Settings-Bqkr9m9-.js",
"assets\/isVisible-D3ksDT_w.js",
"assets\/types-DUgExzQo.js",
"assets\/unhandledErrorHandler-DL2CHAb7.js",
"assets\/bootstrapAutofill.ts-CaWI-C5u.js"
],
"use_dynamic_url": false
}
],
"content_scripts": [
{
"js": [
"assets\/bootstrapAutofill.ts-loader-BDXNOWAj.js"
],
"matches": [
"<all_urls>"
],
"all_frames": true,
"match_about_blank": false,
"run_at": "document_end"
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"minimum_chrome_version": "109",
"default_locale": "en",
"permissions": [
"nativeMessaging",
"webNavigation",
"webRequest",
"storage",
"unlimitedStorage",
"tabs",
"alarms",
"idle",
"notifications",
"clipboardWrite",
"offscreen",
"privacy"
],
"host_permissions": [
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
}
}