Bookmarkify - Bookmark Manager

Bookmark Manager for Designers - No more juggling 10 tabs, find all your web design inspiration in one bookmarking manager place
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.22",
  "author": "Mirano Designs - Ivan Salim",
  "action": {
    "default_icon": "./icons/bookmark.png",
    "default_popup": "./popup.html"
  },
  "default_locale": "en",
  "options_page": "bookmarkz.html",
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Shift+B"
      }
    },
    "bookmark_website": {
      "description": "Bookmark the current website",
      "suggested_key": {
        "default": "Alt+B",
        "mac": "Command+B"
      }
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "identity",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "declarativeNetRequestFeedback"
  ],
  "host_permissions": [
    "<all_urls>",
    "https://www.bookmarkify.io/inspiration"
  ],
  "icons": {
    "16": "./icons/bookmark16.png",
    "32": "./icons/bookmark32.png",
    "48": "./icons/bookmark48.png",
    "128": "./icons/bookmark128.png"
  },
  "oauth2": {
    "client_id": "1018667121729-124f3lbiqqf8jdg3nrr6ipfnlb308j45.apps.googleusercontent.com",
    "client_id_rest": "1018667121729-lraipg6oicftj467vcuepv99si0nsikb.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "email",
      "profile"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAianOcI6tiPN75kBx6WWa3sqkMqw35jJ8ZZAQjRBp+4M/40wanQdetxy4lZ8zCNLOl6FqwpfbnI70KVNNUjcBH01LIZsgPv7xUL4eeU7jcromZTzTQ7mL2YPsUZrcz0mUQw9P2o6KOnRKC5l8fFys56nmn5bKqdsBen5bNMjSop4e9SxIVRMIfn9YkSdilQJG+NI+obEZHASD/l1ZZJLuxagnMefHXaKBUVT/9J28E1RYGMbDgXMwMZT2lm+xqIWaU7UgbJdt3gZFK7HvySl0wHaHo1aIzs0Iqc8zRfZellPsMmnj4LBQ/bFO5iGOd020yXRru/g89hSeFA12/RH4fwIDAQAB",
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "response_header_rules",
        "enabled": true,
        "path": "rules/response_header_rules.json"
      }
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ivan@miranodesigns.com"
    }
  }
}