Bump by Sharetivity

Bump by Sharetivity

Get all the latest feeds from the top publications.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bump by Sharetivity",
  "description": "Get all the latest feeds from the top publications.",
  "version": "1.1.1",
  "browser_action": {
    "default_title": "Bump by Sharetivity"
  },
  "background": {
    "scripts": [
      "jquery.min.js",
      "jquery.js",
      "jquery-ui.js",
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery.min.js",
        "jquery.js",
        "jquery-ui.js"
      ],
      "run_at": "document_end",
      "css": [
        "main.css"
      ]
    }
  ],
  "icons": {
    "16": "images/icon-16.png",
    "20": "images/icon-20.png",
    "24": "images/icon-24.png",
    "32": "images/icon-32.png",
    "64": "images/icon-64.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "activeTab"
  ]
}