Wiser parser

Wiser parser

Web pages parser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Wiser parser",
  "short_name": "__MSG_ShortName__",
  "version": "2.6",
  "default_locale": "en",
  "description": "__MSG_ExtDesc__",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_title": "__MSG_Tooltip__"
  },
  "background": {
    "scripts": [
      "eventpage.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options/options.html",
    "chrome_style": true
  },
  "minimum_chrome_version": "53",
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "http://*/",
    "https://*/"
  ],
  "web_accessible_resources": [
    "_locales/*",
    "editor/*",
    "wsplugins/*"
  ]
}