Hypershoot - Inspiration that stays

Hypershoot - Inspiration that stays

Capture fullpage snapshots of your favorite websites & organize them.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hypershoot - Inspiration that stays",
  "version": "1.0.4",
  "manifest_version": 2,
  "description": "Capture fullpage snapshots of your favorite websites & organize them.",
  "homepage_url": "https://hypershoot.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "Save to Hypershoot",
    "default_popup": "src/browser_action/browser_action.html"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+U",
        "mac": "Command+Shift+U",
        "chromeos": "Ctrl+Shift+U",
        "linux": "Ctrl+Shift+U"
      }
    }
  },
  "content_security_policy": "script-src 'self' https://use.typekit.net https://ssl.google-analytics.com ; object-src 'self'"
}