Leave At

Leave At

Know what time you can leave the office

Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "images/leave-at-256.png",
    "default_popup": "time.html",
    "default_title": "Know your office leaving time"
  },
  "description": "Know what time you can leave the office",
  "homepage_url": "http://www.rohankamble.com",
  "icons": {
    "16": "images/leave-at-16.png",
    "48": "images/leave-at-48.png",
    "128": "images/leave-at-128.png"
  },
  "manifest_version": 2,
  "name": "Leave At",
  "options_page": "options.html",
  "short_name": "Know your office leaving time",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.6",
  "permissions": [
    "tabs",
    "notifications",
    "alarms",
    "management",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}