Accent Grid

Accent Grid

Easy access to accented letters and other special characters.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": {
      "19": "icons/icon19.png",
      "38": "icons/icon38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Accent Grid"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Easy access to accented letters and other special characters.",
  "background": {
    "page": "background.html"
  },
  "name": "Accent Grid",
  "permissions": [
    "clipboardWrite"
  ],
  "options_page": "options.html",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "version": "1.1"
}