Markfolder Twitter bookmarker

Markfolder Twitter bookmarker

Bookmark tweets, organise them in folders, find them easily.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Markfolder",
  "description": "Bookmark tweets, organise them in folders, find them easily.",
  "version": "1.0.2",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/markfolder16.png",
      "32": "images/markfolder32.png",
      "48": "images/markfolder48.png",
      "128": "images/markfolder128.png"
    }
  },
  "icons": {
    "16": "images/markfolder16.png",
    "32": "images/markfolder32.png",
    "48": "images/markfolder48.png",
    "128": "images/markfolder128.png"
  },
  "permissions": [
    "tabs",
    "https://markfolder.com/"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+M",
        "mac": "MacCtrl+Shift+M"
      },
      "description": "Bookmark this tweet - Markfolder"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}