{
  "manifest_version": 3,
  "name": "Rozliczenia Maszynka",
  "version": "3.0.2",
  "description": "Automatyzacja rozliczeń w CRM Społeczności",
  "content_scripts": [
    {
      "matches": ["https://crm.spolecznosci.pl/settlements/invoice/edit/*"],
      "js": ["dist/content.js"],
      "run_at": "document_idle",
      "world": "MAIN"
    }
  ],
  "icons": {
    "48": "icons/icon-48.png"
  }
}
