Beep! - Review Websites 4x Faster

Beep! - Review Websites 4x Faster

Fastest annotion/feedback/bug reporting tool for websites. No more screenshots, long emails, and meetings. Just click and share.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Beep! - Review Websites 4x Faster",
  "description": "Fastest annotion/feedback/bug reporting tool for websites. No more screenshots, long emails, and meetings. Just click and share.",
  "version": "5.4",
  "icons": {
    "16": "./assets/b01.png",
    "32": "./assets/b012x.png",
    "48": "./assets/b0148px.png",
    "128": "./assets/b01128px.png"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhz3l8TM1tRstByt/N5PJ/8KDvF0rVgd/uO+y1dEgQ3O4g5Z3z4xZ5GXQPEIyb3GE8twbMRYIODrhchCeRYLQkXP/7/hJRGj1+oiJc5L8w+1KnOWJbVB22E0j60evTIW9JlOJhR5Ghv7p7gBnXmkfk4A46mRlCbv9tQImoXd7EGg2VKDVx7mbOvCkejSuQdFT+MBeApEuxwxQnlu9L2tpoAWy39whLpcn0T8qtDbfHzAlLKXgHjfVzMw6kxqeFEcYV4Ooqo4vOlFDoPs9zJGtAIXKavERFNj6mVuGfYV63BzdVZOQLRjuABa3oCf6Lia49mcASGgp5AO/BpXBtMxzzwIDAQAB",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "tabs",
    "cookies",
    "identity",
    "notifications",
    "unlimitedStorage",
    "tabCapture",
    "offscreen",
    "webNavigation"
  ],
  "oauth2": {
    "client_id": "371646061772-ov87btljvcj7tqabt3hbbf9u7g025kth.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "email",
      "profile"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "requestPermission.html",
        "requestPermission.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "content.css",
        "public.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "js": [
        "idle.js"
      ],
      "match_origin_as_fallback": true
    }
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_popup": "home.html",
    "default_title": "Click ALT+C to create new Beep!",
    "default_icon": {
      "16": "./assets/b01.png",
      "32": "./assets/b012x.png",
      "48": "./assets/b0148px.png",
      "128": "./assets/b01128px.png"
    }
  },
  "commands": {
    "new_beep": {
      "suggested_key": {
        "default": "Alt+C",
        "mac": "Alt+C"
      },
      "description": "Create new beep!"
    },
    "toolbar": {
      "suggested_key": {
        "default": "Alt+T",
        "mac": "Alt+T"
      },
      "description": "Hide/Show Toolbar"
    },
    "imagine": {
      "suggested_key": {
        "default": "Alt+I",
        "mac": "Alt+I"
      },
      "description": "Imagine"
    }
  }
}