Invoices Maker

Invoices Maker

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",
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_app_name__",
  "description": "__MSG_app_description__",
  "offline_enabled": true,
  "short_name": "invoice generator",
  "version": "3.0.1",
  "container": [
    "GOOGLE_DRIVE"
  ],
  "background": {
    "service_worker": "/js/bg-worker.js"
  },
  "homepage_url": "https://invoicesmaker.freeonlineapps.net/",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [],
  "action": {
    "default_icon": {
      "16": "img/icon16.png",
      "32": "img/icon32.png"
    },
    "default_title": "__MSG_app_name__"
  }
}