Quiddily

Quiddily

Learn advanced english vocabulary while browsing the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.721b7357.png",
    "48": "icon48.f544afcb.png",
    "128": "icon128.6aa15eb0.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.721b7357.png",
      "48": "icon48.f544afcb.png"
    },
    "default_popup": "popup.d334c8be.html"
  },
  "version": "1.0.4",
  "name": "Quiddily",
  "description": "Learn advanced english vocabulary while browsing the web.",
  "author": "vantezzen",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contents.4683de87.js"
      ],
      "css": [
        "contents.8d4fc528.css"
      ]
    }
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}