Capo: get your ﹤𝚑𝚎𝚊𝚍﹥ in order

Capo: get your ﹤𝚑𝚎𝚊𝚍﹥ in order

Visualize the optimal ordering of ﹤𝚑𝚎𝚊𝚍﹥ elements on any web page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Capo: get your ﹤𝚑𝚎𝚊𝚍﹥ in order",
  "description": "Visualize the optimal ordering of ﹤𝚑𝚎𝚊𝚍﹥ elements on any web page",
  "version": "1.5.2",
  "permissions": [
    "scripting",
    "activeTab",
    "storage"
  ],
  "action": {
    "default_icon": "images/icon128.png",
    "default_popup": "capo.html"
  },
  "options_page": "options/options.html",
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "default-src 'self'; style-src 'self';"
  },
  "icons": {
    "128": "images/icon128.png",
    "256": "images/icon256.png"
  }
}