Gyazo Shot

Gyazo Shot

The extension for take browser screen shot and set it to Gyazo server.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Gyazo Shot",
  "version": "0.1.1",
  "description": "__MSG_extension_description__",
  "permissions": [
    "<all_urls>",
    "tabs",
    "clipboardWrite"
  ],
  "icons": {
    "16": "./icons/icon_16.png",
    "48": "./icons/icon_48.png",
    "128": "./icons/icon_128.png"
  },
  "browser_action": {
    "default_icon": "./icons/icon_38.png",
    "default_title": "__MSG_browser_action_title__"
  },
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "options_page": "options.html",
  "default_locale": "en"
}