Freshpaint Assistant

Freshpaint Assistant

Install and test the Freshpaint SDK locally.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Freshpaint Assistant",
  "version": "1.2.0",
  "description": "Install and test the Freshpaint SDK locally.",
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "images/fp_logo_16.png",
      "32": "images/fp_logo_32.png",
      "48": "images/fp_logo_48.png",
      "128": "images/fp_logo_128.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.content-script.ts.601a77c7.78e12029.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "images/fp_logo_16.png",
    "32": "images/fp_logo_32.png",
    "48": "images/fp_logo_48.png",
    "128": "images/fp_logo_128.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/snippet.120f18b6.js",
        "assets/should_inject.844e1af4.js",
        "assets/content-main-world.8e0dd4f8.js",
        "assets/content-script.ts.601a77c7.js"
      ],
      "use_dynamic_url": true
    }
  ]
}