Aspect

Aspect

Sample React, HTML, and CSS code from any website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Aspect",
  "icons": {
    "16": "images/icon.png",
    "48": "images/[email protected]",
    "128": "images/[email protected]"
  },
  "action": {},
  "manifest_version": 3,
  "version": "1.0.13",
  "description": "Sample React, HTML, and CSS code from any website.",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "js/background.js"
  }
}