Hapit

Hapit

A habit tracker that sits inside your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "default_locale": "en",
  "version": "1.0.0",
  "description": "__MSG_extDescription__",
  "manifest_version": 2,
  "permissions": [
    "alarms",
    "notifications",
    "storage"
  ],
  "icons": {
    "19": "icons/[email protected]",
    "48": "icons/[email protected]",
    "128": "icons/[email protected]"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/V2.png",
      "19": "icons/[email protected]",
      "128": "icons/[email protected]"
    },
    "default_title": "Hapit",
    "default_popup": "index.html"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "background": {
    "persistent": false,
    "page": "background.html"
  }
}