BonPatron

BonPatron

Grammar and spelling checker

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "BonPatron",
  "version": "2.0.6",
  "description": "Grammar and spelling checker",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "https://bonpatron.com/*",
    "https://spellcheckplus.com/*",
    "https://spanishchecker.com/*",
    "storage"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "options_page": "options.html",
  "browser_action": {
    "default_icon": {
      "16": "icon16.png"
    },
    "default_title": "Google Mail",
    "default_popup": "popup.html"
  }
}