Goal Tracker

Goal Tracker

Track your goals

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Goal Tracker",
  "description": "Track your goals",
  "version": "0.0.2",
  "manifest_version": 2,
  "minimum_chrome_version": "47",
  "icons": {
    "16": "img/ext_icons/up-16.png",
    "48": "img/ext_icons/up-48.png",
    "128": "img/ext_icons/up-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "incognito": "not_allowed",
  "web_accessible_resources": [
    "img/*"
  ],
  "permissions": [
    "http://www.goaltrakr.com/*",
    "http://localhost:3000/*",
    "cookies",
    "storage"
  ]
}