3GPP Sidekick

3GPP Sidekick

Find & download 3GPP specs, TDocs & contribution templates with minimum efforts. Just put in the number & sidekick will find it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "3GPP Sidekick",
  "description": "Find & download 3GPP specs, TDocs & contribution templates with minimum efforts. Just put in the number & sidekick will find it.",
  "version": "1.0.1",
  "author": "Nishant Gupta",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "browser_action": {
    "default_icon": "icon-128.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "downloads",
    "https://*.3gpp.org/",
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+3"
      }
    }
  }
}