Motivate - Reach Your Goals

Motivate - Reach Your Goals

Motivate helps you to stay on track to reach your goals.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Motivate - Reach Your Goals",
  "short_name": "Motivate",
  "version": "1.0.2",
  "manifest_version": 2,
  "description": "Motivate helps you to stay on track to reach your goals.",
  "browser_action": {
    "name": "Manipulate DOM",
    "icons": [
      "icon48.png"
    ],
    "default_icon": "icon48.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "stickygoal.js"
      ],
      "css": [
        "stickygoal.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    },
    {
      "js": [
        "goal-warning.js"
      ],
      "css": [
        "goal-warning.css"
      ],
      "matches": [
        "*://*.twitter.com/*",
        "*://*.facebook.com/*",
        "*://*.instagram.com/*",
        "*://*.pinterest.com/*",
        "*://*.pinterest.de/*",
        "*://*.tumblr.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "fonts/*"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}