PGE-BA - Assinatura Digital
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDcBHwzDvyBQ6bDppkIs9MP4ksKqCMyXQ/A52JivHZKh4YO/9vJsT3oaYhSpDCE9RPocOEQvwsHsFReW2nUEc6OLLyoCFFxIb7KkLGsmfakkut/fFdNJYh0xOTbSN8YvLWcqph09XAY2Y/f0AL7vfO1cuCqtkMt8hFrBGWxDdf9CQIDAQAB",
"description": "PGE - Assinatura Digital",
"manifest_version": 2,
"name": "PGE - Assinatura Digital",
"version": "11.0",
"icons": {
"16": "icons/keyicon-16.png",
"32": "icons/keyicon-32.png",
"48": "icons/keyicon-48.png",
"128": "icons/keyicon-128.png"
},
"applications": {
"gecko": {
"id": "debidacnappmabjlkhgekcjaoaogbiol@example.org",
"strict_min_version": "48.0"
}
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*://ecm1.pge.ba.gov.br/*",
"*://ecmhomol.pge.ba.gov.br/*",
"*://intranet.pge.ba.gov.br/*"
],
"js": [
"content.js",
"lib/jquery-3.2.1.min.js"
],
"run_at": "document_end"
}
],
"browser_action": {
"default_icon": "icons/keyicon-128.png"
},
"externally_connectable": {
"matches": [
"*://ecm1.pge.ba.gov.br/*",
"*://ecmhomol.pge.ba.gov.br/*",
"*://intranet.pge.ba.gov.br/*"
]
},
"permissions": [
"nativeMessaging",
"*://ecm1.pge.ba.gov.br/*",
"*://ecmhomol.pge.ba.gov.br/*",
"*://intranet.pge.ba.gov.br/*"
]
}