Gamer Profile / G-PRO

Gamer Profile / G-PRO

G-Pro, public profile for gamers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gamer Profile / G-PRO",
  "version": "0.1",
  "manifest_version": 2,
  "description": "G-Pro, public profile for gamers.",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/38.png",
      "38": "icons/38.png"
    },
    "default_title": "Gamer Profile / G-PRO"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*"
      ],
      "js": [
        "lib/jquery-1.8.3.min.js",
        "scripts/main.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "38": "icons/38.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "notifications",
    "tabs",
    "http://gpro.ciberatletas.org/*"
  ]
}