PixOK, A CSS design tool for FE developers

PixOK, A CSS design tool for FE developers

Visual design comparison / Front-end development assistant / Color picker / Reference line / UI design aid / CSS

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "2.8.0",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "action": {},
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "content_script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "homepage_url": "https://github.com/ha0z1/PixOK",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "images/icon_16x16.png",
    "32": "images/icon_32x32.png",
    "48": "images/icon_48x48.png",
    "128": "images/icon_128x128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1kDKRfFCxXaY2zwwHurpA4xcSZwCJXXXNQagvLYXvircKrb7ht6Ho88VmlLRuFC8Rw0zNqRZKioy5bLqY0ATcmtodHHEKJrJ6/m0e28jAlJGoVnYtHVeQRm9bZyO9s0Sn6ICJZod1TVGKJqPu5J9PW08C8gZKcgqOXOHO2aVkNXoTrQGZzDQqqXr1+9AV9Vv8NxgaLsb3gWZgwklMVILpBPerC5L+M6MD8C8j/pV6ykAte2iCUfLHhWzaFN59Fqcz4oY+NiiYBnjmSVpM2LgCLDfvXc1I03hSNOHYM2o5mml6T8N+Th6KNEDAglnbmhfDsGlWo8pQqzsfn3eHs3xkwIDAQAB",
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "inject.js",
        "app/*",
        "images/*"
      ],
      "matches": [
        "<all_urls>"
      ],
      "use_dynamic_url": true
    }
  ]
}