GaiaPlus

GaiaPlus

The simple, light and easy post formatter for Gaia.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "code/jquery.min.js",
      "background.js",
      "code/analytics.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "js": [
        "code/jquery.min.js",
        "code/postformatter.js"
      ],
      "matches": [
        "http://*.gaiaonline.com/forum/compose/*",
        "http://*.gaiaonline.com/guilds/posting.php*",
        "http://*.gaiaonline.com/profile/privmsg.php*",
        "http://*.gaiaonline.com/profiles/*mode=addcomment*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "description": "The simple, light and easy post formatter for Gaia.",
  "homepage_url": "http://www.gaiaonline.com/forum/gaia-guides-and-resources/t.87267181/",
  "icons": {
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "26",
  "name": "GaiaPlus",
  "options_page": "options/options.html",
  "browser_action": {
    "default_icon": "images/19.png",
    "default_popup": "popup/popup.html",
    "default_title": "GaiaPlus"
  },
  "permissions": [
    "tabs",
    "management",
    "storage",
    "notifications",
    "http://*.gaiaonline.com/*",
    "https://*.gaiaonline.com/*"
  ],
  "version": "0.1",
  "web_accessible_resources": [
    "images/16.png",
    "images/19.png",
    "images/48.png",
    "images/128.png",
    "code/style.css"
  ]
}