Engazo - Content Analyzer, Image Downloader

Engazo - Content Analyzer, Image Downloader

Create engaging content with the help of AI; Content Analyzer, Image Downloader, analyze images from Instagram, Facebook etc

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Engazo - Content Analyzer, Image Downloader",
  "version": "1.4",
  "description": "Create engaging content with the help of AI; Content Analyzer, Image Downloader, analyze images from Instagram, Facebook etc",
  "manifest_version": 2,
  "icons": {
    "64": "./assets/images/new_ext_icon.ico"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "identity",
    "identity.email"
  ],
  "background": {
    "scripts": [
      "background.js",
      "runtime.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "./assets/images/new_ext_icon.ico",
    "default_title": "Create Engaging Content Faster - Content Analyzer, Image Analyzer, Image Downloader  - Instagram Image Downloader"
  },
  "web_accessible_resources": [
    "index.html"
  ],
  "content_security_policy": "script-src 'self' 'sha256-O57ZgPUwnsPrJ9lnZwm/YWGr40KWeCaJGge7S32bXI0=' https://cdn.segment.com/analytics.js/v1/6PTmhjoG8kXUJm6XltvlKtSDvdcHV1FT/analytics.min.js https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js ;object-src 'self'"
}