#GamerGate

#GamerGate

Support ethics in gaming journalism, creative freedom and inclusiveness. http://gamergate.giz.moe/about/

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "#GamerGate",
  "version": "1.7",
  "manifest_version": 2,
  "description": "Support ethics in gaming journalism, creative freedom and inclusiveness. http://gamergate.giz.moe/about/",
  "background": {
    "page": "background.html"
  },
  "options_page": "options.html",
  "icons": {
    "16": "images/GG-19.png",
    "48": "images/GG-48.png",
    "128": "images/GG-128.png"
  },
  "browser_action": {
    "default_icon": "images/GG-19.png",
    "default_title": "#GamerGate",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "tabs"
  ]
}