Myosotis

Myosotis

Serves as a reminder for links you want to read later

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Myosotis",
  "version": "1.1.3",
  "manifest_version": 2,
  "author": "LateTide",
  "description": "Serves as a reminder for links you want to read later",
  "options_page": "options.html",
  "background": {
    "scripts": [
      "forgetMeNot.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icon19.png",
    "default_title": "Forget-Me-Not",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "bookmarks",
    "contextMenus",
    "storage",
    "tabs"
  ]
}