echoJS tiny feed

echoJS tiny feed

the 5 latest posts from echojs.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "echoJS tiny feed",
  "manifest_version": 2,
  "description": "the 5 latest posts from echojs.com",
  "version": "0.2",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "https://gaston-api.herokuapp.com/echoJS"
  ],
  "content_security_policy": "script-src 'self' https://code.jquery.com; object-src 'self'"
}