20 lines
399 B
JSON
20 lines
399 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Just Paste My Password",
|
|
"version": "0.0.2",
|
|
|
|
"description": "Re-enables password pasting, when it is blocked by the web page.",
|
|
|
|
"icons": {
|
|
"48": "icons/icon-48.png"
|
|
},
|
|
|
|
"content_scripts": [
|
|
{
|
|
"run_at": "document_end",
|
|
"matches": ["*://meine.ikk-suedwest.de/*"],
|
|
"js": ["assets/meine.ikk-suedwest.de/script.js"]
|
|
}
|
|
]
|
|
}
|