Tab Aligner

Tab Aligner

Simple and powerful Tab organizing extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "0.0.7",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "background": {
    "persistent": false,
    "scripts": [
      "background.dart.js"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    },
    "default_title": "__MSG_extName__"
  },
  "permissions": [
    "webNavigation",
    "tabs"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "manifest_version": 2
}