Google News (Pin Tab)

Google News (Pin Tab)

Switch to Google News (Pin Tab) with a single click or a Hot Key (Alt+N)!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Google News (Pin Tab)",
  "description": "Switch to Google News (Pin Tab) with a single click or a Hot Key (Alt+N)!",
  "version": "1.1",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icons/google-news-icon.png"
  },
  "browser_action": {
    "default_icon": "icons/google-news-icon.png",
    "default_title": "Switch to Google News (Pin Tab)"
  },
  "options_ui": {
    "page": "options/options.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+N"
      },
      "description": "Switch to Google News (Pin Tab)"
    }
  }
}