SEI Tools

SEI Tools

Revolucione o SEI!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SEI Tools",
  "version": "1.0",
  "description": "Revolucione o SEI!",
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "https://sei.mj.gov.br/*"
      ],
      "all_frames": true,
      "js": [
        "jquery-3.5.1.min.js",
        "main.js"
      ],
      "css": [
        "style.css",
        "fonts.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "search.png",
    "sei-logo.png",
    "icomoon.woff"
  ],
  "manifest_version": 2
}