Excited Gem

Excited Gem

A tool to manage your tabs and other browser related features.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs",
    "<all_urls>",
    "contextMenus",
    "storage",
    "notifications"
  ],
  "name": "Excited Gem",
  "version": "0.9.200",
  "manifest_version": 2,
  "description": "A tool to manage your tabs and other browser related features.",
  "icons": {
    "16": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/logo.png",
      "38": "images/logo.png"
    },
    "default_title": "Excited Gem"
  }
}