GraphIQL Feen

GraphIQL Feen

Powerful GraphIQL Explorer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.3",
  "name": "GraphIQL Feen",
  "manifest_version": 2,
  "description": "Powerful GraphIQL Explorer",
  "browser_action": {
    "default_title": "GraphIQL Feen"
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "storage",
    "downloads",
    "webRequest",
    "webRequestBlocking",
    "*://*/*"
  ],
  "content_security_policy": "connect-src *; default-src 'self'; script-src 'self';font-src *; style-src * 'unsafe-inline'; img-src 'self' data:;"
}