Tip Calculation Tool

Tip Calculation Tool

As a customer, how much should you leave as a tip? As a bartender or server, this tip calculator app will help you calculate your…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tip Calculation Tool",
  "description": "As a customer, how much should you leave as a tip? As a bartender or server, this app will help you calculate your tip percentages.",
  "version": "1.1",
  "icons": {
    "128": "128.png"
  },
  "app": {
    "urls": [
      "http://www.phasethreeapps.com/apps/2013/tips/app.html"
    ],
    "launch": {
      "web_url": "http://www.phasethreeapps.com/apps/2013/tips/app.html"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}