GAMESKIP

GAMESKIP

Share, Submit and Exchange Your Facebook Game Posts To GameSkip. And Collect Your Friends Bonus Posts In Just Single Click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "GameSkip",
  "version": "6.1",
  "icons": {
    "48": "img/gift_48.png",
    "128": "img/gift_128.png"
  },
  "description": "Share, Submit and Exchange Your Game Posts To GameSkip",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "img/gift_16.png",
      "24": "img/gift_24.png",
      "32": "img/gift_32.png",
      "48": "img/gift_48.png"
    },
    "default_title": "Game Skip",
    "default_popup": "html/panel.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.facebook.com/*"
      ],
      "js": [
        "js/handler.js"
      ],
      "all_frames": false
    }
  ],
  "applications": {
    "gecko": {
      "id": "jid1-kTnBlFu1W5AJlw@jetpack"
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "*://www.facebook.com/*",
    "*://gameskip.com/*"
  ]
}