Easy FlypSite Publisher

Easy FlypSite Publisher

FlypSite Redaktionstool für Twitter, Facebook und Google+

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Easy FlypSite Publisher",
  "description": "FlypSite Redaktionstool für Twitter, Facebook und Google+",
  "version": "0.3.3.5",
  "browser_action": {
    "default_icon": "FlypButton.png"
  },
  "background": {
    "page": "background.html"
  },
  "options_page": "options.html",
  "icons": {
    "16": "FlypButton.png",
    "48": "FlypButton.png",
    "128": "FlypButton.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*"
      ],
      "js": [
        "jquery.js",
        "linker.js",
        "idFinder.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "jquery.js"
  ],
  "permissions": [
    "<all_urls>",
    "storage",
    "notifications",
    "tabs",
    "contextMenus"
  ]
}