Information Expansion for Shotbow

Information Expansion for Shotbow

An extension to improve the Shotbow Forum and Website experience!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Information Expansion for Shotbow",
  "version": "2.0.3",
  "description": "An extension to improve the Shotbow Forum and Website experience!",
  "content_scripts": [
    {
      "matches": [
        "http://shotbow.net/*",
        "https://shotbow.net/*"
      ],
      "js": [
        "jquery-2.1.1.min.js",
        "jquery.animate-colors-min.js",
        "notify.min.js",
        "main.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "http://shotbow.net/",
    "http://shotbow.net/",
    "http://www.demipixel.net/"
  ],
  "icons": {
    "16": "shotbow-16.png",
    "32": "shotbow.png",
    "64": "shotbow-64.png",
    "128": "shotbow-128.png",
    "256": "shotbow-256.png"
  },
  "web_accessible_resources": [
    "online.png",
    "offline.png"
  ]
}