iRead

iRead

Save your daily read articles to the specified repo at Github.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "iRead",
  "version": "0.0.11",
  "description": "Save your daily read articles to the specified repo at Github.",
  "icons": {
    "16": "img/cheshire_cat.png",
    "48": "img/cheshire_cat.png",
    "128": "img/cheshire_cat.png"
  },
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "img/cheshire_cat.png",
    "default_title": "iRead",
    "default_popup": "popup.html"
  },
  "permissions": [
    "notifications",
    "tabs"
  ],
  "homepage_url": "https://github.com/chafel/iRead",
  "chrome_url_overrides": {}
}