WBB Invoice Generator

WBB Invoice Generator

Generate Invoices complient with the Westminster Boating Base format. Maintainor: @DanEllisScience

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WBB Invoice Generator",
  "author": "Dan Ellis 2017",
  "description": "Generate Invoices complient with the Westminster Boating Base format. \n Maintainor: @DanEllisScience",
  "version": "0.1",
  "options_page": "options.html",
  "background": {},
  "browser_action": {
    "default_icon": "wbblogo128.png",
    "icons": {
      "16": "wbblogo.png",
      "48": "wbblogo48.png",
      "128": "wbblogo128.png"
    },
    "default_popup": "index.html"
  },
  "content_scripts": [],
  "permissions": [
    "downloads",
    "storage",
    "tabs"
  ]
}