Markfolder

Markfolder

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Markfolder",
  "description": "Bookmark tweets, organise them in folders, find them easily.",
  "version": "1.0.3",
  "manifest_version": 3,
  "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",
    "activeTab"
  ],
  "host_permissions": [
    "https://markfolder.com/*"
  ],
  "background": {
    "service_worker": "background.js"
  }
}