tagalong.io

tagalong.io

A social network and app that makes the entire web social. The web is now your wall.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "tagalong.io",
  "version": "0.5.0.4",
  "manifest_version": 2,
  "description": "A social network and app that makes the entire web social. The web is now your wall.",
  "homepage_url": "http://tagalong.io/",
  "icons": {
    "16": "data/icons/icon_16.png",
    "32": "data/icons/icon_32.png",
    "48": "data/icons/icon_48.png",
    "64": "data/icons/icon_64.png",
    "128": "data/icons/icon_128.png"
  },
  "browser_action": {
    "default_icon": "data/icons/icon_19.png",
    "default_title": "tagalong.io",
    "default_popup": "data/pop.html"
  },
  "background": {
    "scripts": [
      "lib/main.js"
    ]
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs",
    "contextMenus",
    "webRequest"
  ],
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "data/chromeCatalyst.js"
      ]
    }
  ]
}