GBF Raiders 2: The Chrome Extenstion Identity

GBF Raiders 2: The Chrome Extenstion Identity

From The Creator Of GBFRaiders, A Chrome Extension That Shows A List Of Current Raids For GBF Right In Your Browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GBF Raiders 2: The Chrome Extenstion Identity",
  "description": "From The Creator Of GBFRaiders, A Chrome Extension That Shows A List Of Current Raids For GBF Right In Your Browser",
  "version": "3.5",
  "options_page": "/views/options.html",
  "icons": {
    "128": "/assets/GBFRaidersIconv2.png"
  },
  "browser_action": {
    "default_icon": "/assets/GBFRaidersIconv2.png",
    "default_popup": "/views/popup.html"
  },
  "background": {
    "scripts": [
      "/util/socket.io.js",
      "/util/moment.js",
      "/scripts/background.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "incognito": "spanning",
  "permissions": [
    "activeTab",
    "storage",
    "background",
    "notifications"
  ]
}