Invoices Maker for Google Chrome™

Invoices Maker for Google Chrome™

This software can let you do less work and send invoices effortlessly in a timely manner.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "/js/bg-worker.js"
  },
  "container": [
    "GOOGLE_DRIVE"
  ],
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "homepage_url": "https://freeinvoicesmaker.net/",
  "icons": {
    "16": "im-logo-16.png",
    "48": "im-logo-48.png",
    "128": "im-logo-128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_app_name__",
  "offline_enabled": true,
  "permissions": [
    "identity"
  ],
  "short_name": "invoicemaker",
  "version": "3.0.0",
  "web_accessible_resources": [
    {
      "resources": [
        "css/*",
        "js/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "im-logo-16.png",
      "32": "im-logo-32.png"
    },
    "default_title": "__MSG_app_name__"
  }
}