Feed the Goat

Feed the Goat

Feed the Goat provides a fun way for you to stay focused so you can get more done.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Feed the Goat",
  "description": "Feed the Goat provides a fun way for you to stay focused so you can get more done.",
  "version": "2.2.5",
  "icons": {
    "128": "img/icon.png"
  },
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "img/*"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self' ",
  "permissions": [
    "tabs",
    "activeTab",
    "<all_urls>",
    "identity",
    "idle",
    "notifications",
    "storage"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhsbeqK5rYITzAXbWOGKnZJDCBw5FIRKH/ekfb4h7GBxIYMYKYqcghMTDHVL6Yx67lDiP8DbByDwjtQBqP84Nz3YfAMsNdn2pLYi6cDTL+xZyRpThx/vLIvYF+MuNuo6y74f6mGn0IfBitkQiT2O88fpFvRActUgU1iQ+ESdxhWbTCFbwjdgp2GKCqz1v3RRJn4qDbggkOr2Is/+o/vqoSpPz6Xi3iUBnwnBPyANECLv9iDAe21WS5bc9Lm8b+6wdIyA3w243C+5gFLO9u/7JpPIptYXG2+rI+YHjgiOWMhjbWXIB4WOqLZw4Uz5gaqFQhWV1aVh5SrgO2XsgAl9oaQIDAQAB"
}