Ameyo | Task + Habit Tracker

Ameyo | Task + Habit Tracker

Keep track of your daily habits, standups, and future tasks. Think Trello but focused on daily self improvement.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ameyo | Task + Habit Tracker",
  "version": "1.4.1",
  "manifest_version": 2,
  "description": "Keep track of your daily habits, standups, and future tasks. Think Trello but focused on daily self improvement.",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_action": {
    "default_icon": "favicon.png"
  },
  "content_security_policy": "script-src 'self' https://apis.google.com http://alexcyph.us; object-src 'self'",
  "permissions": [
    "http://www.alexcyph.us/"
  ]
}