Aquarius CSS Helper

Aquarius CSS Helper

Edit your HTML & CSS style and copy your code

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Aquarius CSS Helper",
  "description": "Edit your HTML & CSS style and copy your code ",
  "version": "0.1.3",
  "manifest_version": 3,
  "icons": {
    "16": "./Logo-16x16.png",
    "32": "./Logo-32x32.png",
    "48": "./Logo-48x48.png",
    "128": "./Logo-128x128.png"
  },
  "background": {
    "service_worker": "app.js"
  },
  "options_page": "./options.html",
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "http://*/",
    "https://*/",
    "<all_urls>"
  ]
}