Helper extension for Mosaic

Helper extension for Mosaic

This extension allows you to move all your browser tabs to Mosaic with one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Helper extension for Mosaic",
  "description": "This extension allows you to move all your browser tabs to Mosaic with one click.",
  "version": "0.4",
  "browser_action": {
    "default_icon": "images/logo_38.png",
    "default_title": "Move to Mosaic"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "management"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  }
}