saveit

saveit

Displays a pop-up that lets you write and is saved for viewing later.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "saveit",
  "description": "Displays a pop-up that lets you write and is saved for viewing later.",
  "version": "1.0",
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "applications": {
    "gecko": {
      "strict_min_version": "52.0a1",
      "id": "{e50e0936-01f9-49bd-aebd-d40e6b6db226}"
    }
  },
  "browser_action": {
    "default_icon": "icons/logo_64.png",
    "default_title": "saveit",
    "default_popup": "pagebar/popup.html"
  },
  "permissions": [
    "storage"
  ]
}