Destiny Discover

Destiny Discover

It’s easier than ever to locate your Destiny® resources! You can now use Google to search for resources from your Destiny catalog.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.0.8",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  },
  "storage": {
    "managed_schema": "schema.json"
  },
  "icons": {
    "16": "images/icon/icon16.png",
    "48": "images/icon/icon48.png",
    "128": "images/icon/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon/icon19.png",
      "38": "images/icon/icon38.png"
    },
    "default_title": "Destiny Discover Resources",
    "default_popup": "scripts/popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.google.com/*",
        "https://www.google.com/*",
        "http://www.google.ca/*",
        "https://www.google.ca/*",
        "http://www.google.com.au/*",
        "https://www.google.com.au/*",
        "http://www.google.com.ph/*",
        "https://www.google.com.ph/*",
        "http://www.google.co.th/*",
        "https://www.google.co.th/*",
        "http://www.google.com.mx/*",
        "https://www.google.com.mx/*",
        "http://www.google.com.co/*",
        "https://www.google.com.co/*",
        "http://www.google.com.pr/*",
        "https://www.google.com.pr/*",
        "http://www.google.com.sg/*",
        "https://www.google.com.sg/*",
        "http://www.google.com.vn/*",
        "https://www.google.com.vn/*",
        "http://www.google.co.ve/*",
        "https://www.google.co.ve/*"
      ],
      "exclude_globs": [
        "https://www.google.com/*/chrome/newtab*",
        "https://www.google.ca/*/chrome/newtab*",
        "https://www.google.com.au/*/chrome/newtab*",
        "https://www.google.com.ph/*/chrome/newtab*",
        "https://www.google.co.th/*/chrome/newtab*",
        "https://www.google.com.mx/*/chrome/newtab*",
        "https://www.google.com.co/*/chrome/newtab*",
        "https://www.google.com.pr/*/chrome/newtab*",
        "https://www.google.com.sg/*/chrome/newtab*",
        "https://www.google.com.vn/*/chrome/newtab*",
        "https://www.google.co.ve/*/chrome/newtab*"
      ],
      "js": [
        "scripts/injected/main.js"
      ],
      "css": [
        "scripts/vendor/bootstrap-namespace.css",
        "scripts/injected/main.css",
        "scripts/font-awesome/css/font-awesome.css"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    "images/*.*",
    "scripts/injected/main.html",
    "scripts/font-awesome/fonts/*.*"
  ],
  "permissions": [
    "cookies",
    "tabs",
    "storage",
    "notifications",
    "https://search.follettsoftware.com/*",
    "https://dly-search.follettsoftware.com/*",
    "https://uat-search.follettsoftware.com/*",
    "https://qat-search.follettsoftware.com/*",
    "http://www.google.com/*",
    "https://www.google.com/*",
    "http://www.google.ca/*",
    "https://www.google.ca/*",
    "http://www.google.com.au/*",
    "https://www.google.com.au/*",
    "http://www.google.com.ph/*",
    "https://www.google.com.ph/*",
    "http://www.google.co.th/*",
    "https://www.google.co.th/*",
    "http://www.google.com.mx/*",
    "https://www.google.com.mx/*",
    "http://www.google.com.co/*",
    "https://www.google.com.co/*",
    "http://www.google.com.pr/*",
    "https://www.google.com.pr/*",
    "http://www.google.com.sg/*",
    "https://www.google.com.sg/*",
    "http://www.google.com.vn/*",
    "https://www.google.com.vn/*",
    "http://www.google.co.ve/*",
    "https://www.google.co.ve/*"
  ],
  "options_ui": {
    "page": "options/options.html",
    "chrome_style": true
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'"
}