Cedille

Cedille

Cedille makes it easy to type French text with proper accents using a QWERTY keyboard.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cedille",
  "version": "1.0",
  "description": "Cedille makes it easy to type French text with proper accents using a QWERTY keyboard.",
  "background": {
    "scripts": [
      "scripts/cedille.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "16": "images/cedille-logo-svg.png",
      "32": "images/cedille-logo-svg.png",
      "48": "images/cedille-logo-svg.png",
      "128": "images/cedille-logo-svg.png"
    }
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "declarativeContent",
    "storage",
    "webRequestBlocking",
    "webRequest",
    "<all_urls>"
  ],
  "options_page": "../scripts/options.html",
  "icons": {
    "16": "images/cedille-logo-svg.png",
    "48": "images/cedille-logo-svg.png",
    "128": "images/cedille-logo-svg.png"
  },
  "manifest_version": 2
}