Grammatip Correct

Grammatip Correct

Get all your answers correct!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Grammatip Correct",
  "description": "Get all your answers correct!",
  "version": "1.0",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Grammatip Correct"
  },
  "content_scripts": [
    {
      "matches": [
        "https://meebook.com/mine-forloeb/*"
      ],
      "js": [
        "pageGetter.js"
      ]
    }
  ],
  "permissions": [
    "https://meebook.com/mine-forloeb/*",
    "tabs",
    "activeTab"
  ]
}