TheoERP

TheoERP

App for Retail Businness

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TheoERP",
  "short_name": "TheoERP",
  "description": "App for Retail Businness ",
  "version": "0.5",
  "minimum_chrome_version": "38",
  "icons": {
    "16": "faveicon.png",
    "128": "faveicon-128.png"
  },
  "permissions": [
    "http://*.theoerp.com/",
    "https://*.theoerp.com/"
  ],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  }
}