nGramer

nGramer

Count ngrams. Navigate text

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "nGramer",
  "version": "0.0.0.3",
  "description": "Count ngrams. Navigate text",
  "browser_action": {
    "default_icon": "ngram16.png"
  },
  "icons": {
    "16": "ngram16.png",
    "48": "ngram48.png",
    "128": "ngram128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com 'unsafe-eval'; object-src 'self'",
  "background": {
    "persistent": true,
    "page": "background.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage",
    "http://*/*",
    "https://*/*"
  ]
}