Shazaam New UI

Shazaam New UI

Use Mindscope to parse candidates on any webpage with a single click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "javascript/event.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Shazaam New UI",
    "default_icon": "images/shazaam-icon128.png",
    "default_popup": "main.html"
  },
  "description": "Use Mindscope to parse candidates on any webpage with a single click.",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "icons": {
    "16": "images/shazaam-icon16.png",
    "48": "images/shazaam-icon48.png",
    "128": "images/shazaam-icon128.png"
  },
  "manifest_version": 2,
  "name": "Shazaam New UI",
  "short_name": "by mindSCOPE",
  "permissions": [
    "https://*.mindscope.com/",
    "http://*.mindscope.com/",
    "tabs",
    "storage",
    "activeTab"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.9"
}