ReadLater

ReadLater

ReadLater is developed to provide e-book reading experience of internet contents such as Blogs, articles, web pages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_dulemaReadLater__",
  "version": "3.0.6",
  "manifest_version": 2,
  "default_locale": "zh_CN",
  "description": "__MSG_readLaterIntro__",
  "icons": {
    "16": "logo-16.png",
    "48": "logo-48.png",
    "128": "logo-128.png"
  },
  "browser_action": {
    "default_icon": "logo-16.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://www.google.com https://api.t.sina.com.cn; object-src 'self'",
  "background": {
    "page": "background.html"
  },
  "web_accessible_resources": [
    "content.html"
  ],
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "contextMenus",
    "notifications",
    "unlimitedStorage"
  ]
}