AB Tasty

AB Tasty

The latest AB Tasty extension for Google Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "2.12.5",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "images/favicon/[email protected]",
    "48": "images/favicon/[email protected]",
    "128": "images/favicon/[email protected]"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs",
    "cookies",
    "storage",
    "background"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "scripts/contentscript/contentscript.js",
        "scripts/contentscript/javascriptxcollector.js"
      ],
      "run_at": "document_start"
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.abtasty.com/*"
    ]
  },
  "omnibox": {
    "keyword": "OMNIBOX-KEYWORD"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/favicon/[email protected]",
      "38": "images/favicon/[email protected]"
    },
    "default_title": "AB Tasty",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "images/favicon/[email protected]"
  ],
  "incognito": "split"
}