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


{
  "manifest_version": 2,
  "name": "Hypershoot - Inspiration that stays",
  "version": "1.2.6",
  "description": "Capture fullpage snapshots of your favorite websites & organize them.",
  "homepage_url": "https://hypershoot.com",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "16": "icons/icon16.png",
      "19": "icons/icon19.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "theme_icons": [
      {
        "light": "icons/light/icon16.png",
        "dark": "icons/dark/icon16.png",
        "size": 16
      },
      {
        "light": "icons/light/icon48.png",
        "dark": "icons/dark/icon48.png",
        "size": 48
      },
      {
        "light": "icons/light/icon128.png",
        "dark": "icons/dark/icon128.png",
        "size": 128
      }
    ],
    "default_title": "Save to Hypershoot",
    "default_popup": "browser_action/browser_action.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self';"
}