Get It Later

Get It Later

Get It Later button

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Get It Later",
  "version": "0.2.6",
  "manifest_version": 2,
  "description": "Get It Later button",
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Get It Later",
    "default_icon": {
      "19": "img/icon-19.png",
      "38": "img/icon-38.png"
    }
  }
}