Habits by Artemis

Habits by Artemis

A New Tab replacement that keeps your short-term and long-term habits on track.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Habits by Artemis",
  "version": "1.1.4",
  "description": "A New Tab replacement that keeps your short-term and long-term habits on track.",
  "icons": {
    "16": "./assets/img/16.png",
    "48": "./assets/img/48.png",
    "128": "./assets/img/128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "offline_enabled": true,
  "permissions": [
    "storage"
  ]
}