Biz Billing- GST Billing Software, App

Biz Billing- GST Billing Software, App

Multi-Platform Invoicing Software for Small Indian Businesses, The Best Software available in the market at very low price.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Biz Billing- GST Billing Software, App",
  "description": "Multi-Platform Invoicing Software for Small Indian Businesses, The Best Software available in the market at very low price.",
  "version": "1.2",
  "author": "Shyam infotech softwares pvt. ltd. Jaipur",
  "background": {
    "scripts": [
      "citethis.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.bizbilling.in/*"
      ],
      "css": [
        "css.css"
      ]
    }
  ],
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png",
    "256": "[email protected]"
  },
  "browser_action": {
    "default_icon": {
      "16": "default_icon_16.png",
      "24": "default_icon_24.png",
      "32": "default_icon_32.png",
      "48": "default_icon_48.png"
    },
    "default_title": "Biz Billing- GST Billing App, GST Billing Software"
  },
  "permissions": [
    "activeTab"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}