Just Icons

Just Icons

Click to hide titles of your bookmarks. Click again to restore them.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Just Icons",
  "description": "Click to hide titles of your bookmarks.\nClick again to restore them.",
  "version": "1.1.0",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "icons/icon_48.png"
  },
  "icons": {
    "48": "icons/icon_48.png",
    "64": "icons/icon_64.png",
    "96": "icons/icon_96.png",
    "128": "icons/icon_128.png"
  },
  "permissions": [
    "storage",
    "bookmarks",
    "notifications"
  ],
  "options_page": "options.html"
}