Destiny LoreBot

Destiny LoreBot

Display Grimoire and other related information in the browser while playing Destiny the Game

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Destiny LoreBot",
  "short_name": "Destiny LoreBot",
  "version": "1.0.3",
  "author": "Phillip Jackson: [email protected]",
  "manifest_version": 2,
  "description": "Display Grimoire and other related information in the browser while playing Destiny the Game",
  "icons": {
    "16": "assets/images/favicon-16.png",
    "128": "assets/images/favicon-128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com/ga.js https://bungie.net/* https://api.mlab.com/*; object-src 'self'",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "*://*.bungie.net/*",
    "*://*.ishtar-collective.net/*"
  ],
  "browser_action": {
    "default_icon": {
      "19": "assets/images/favicon-16.png",
      "38": "assets/images/favicon-32.png"
    },
    "default_title": "Destiny LoreBot",
    "browser_style": true
  },
  "options_page": "index.html"
}