Wander - connecting the world's intellectual

Wander - connecting the world's intellectual

Wander's chrome extensions allows you to share links with your Network, store links in playlists and comment on shares links

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Wander",
  "name": "Wander - connecting the world's intellectual",
  "description": "Wander's chrome extensions allows you to share links with your Network, store links in playlists and comment on shares links",
  "manifest_version": 2,
  "version": "3.0.4",
  "icons": {
    "16": "icon-16x16.png",
    "32": "icon-32x32.png",
    "48": "icon-48x48.png",
    "128": "icon-128x128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon-128x128.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    "index.html"
  ]
}