Design Sidekick

Design Sidekick

Your web design & marketing BFF. Find, copy and save colors, fonts and styles from the current page. Optimize your SEO.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Design Sidekick",
  "description": "Your web design & marketing BFF. Find, copy and save colors, fonts and styles from the current page. Optimize your SEO.",
  "version": "0.0.13",
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_popup": "build/popup.html",
    "default_title": "Design Sidekick"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "service_worker": "build/background.js"
  },
  "host_permissions": [
    "https://app.pagecloud.com/*",
    "https://local.pagecloud.com:8000/*"
  ],
  "commands": {
    "toggle-selection": {
      "suggested_key": {
        "default": "Alt+P",
        "mac": "MacCtrl+P"
      },
      "description": "Start selecting objects in the Design Sidekick extension."
    }
  }
}