Bookmark Manager - Save Tab for Later

Bookmark Manager - Save Tab for Later

All in One Tool for Chrome, Search for History, Reading List, Top Sites, Bookmarks and Tabs.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "2.0.0.1",
  "default_locale": "en",
  "background": {
    "service_worker": "background/index.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "_favicon/*"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": [
        "*"
      ]
    }
  ],
  "action": {
    "default_title": "Your title",
    "default_popup": "popup/index.html",
    "default_icon": {
      "16": "icon/128.png",
      "32": "icon/128.png",
      "48": "icon/128.png",
      "128": "icon/128.png",
      "300": "icon/128.png",
      "500": "icon/128.png"
    }
  },
  "icons": {
    "16": "icon/128.png",
    "32": "icon/128.png",
    "48": "icon/128.png",
    "128": "icon/128.png",
    "300": "icon/128.png",
    "500": "icon/128.png"
  },
  "permissions": [
    "storage",
    "readingList",
    "tabs",
    "topSites",
    "history",
    "bookmarks",
    "favicon"
  ]
}