Curate: Hashtag Tool

Curate: Hashtag Tool

Find niche hashtags to use for your content as you browse using personalized analytics based on your posts

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Curate: Hashtag Tool",
  "version": "4.2.0",
  "author": "Curate App, LLC",
  "offline_enabled": false,
  "manifest_version": 2,
  "description": "Find niche hashtags to use for your content as you browse using personalized analytics based on your posts",
  "content_scripts": [
    {
      "matches": [
        "https://www.instagram.com/*",
        "https://curate-app.com/*",
        "http://localhost:3000/*"
      ],
      "js": [
        "zepto.js",
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "zepto.js",
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Curate: Hashtag Tool"
  },
  "icons": {
    "16": "icons/logo_16.png",
    "48": "icons/logo_48.png",
    "128": "icons/logo_128.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+A",
        "mac": "Command+Shift+A",
        "chromeos": "Ctrl+Shift+A",
        "linux": "Ctrl+Shift+A"
      }
    }
  },
  "web_accessible_resources": [
    "page.js",
    "zepto.js",
    "scrape.js",
    "fonts/*.*",
    "icons/warning_orange.png",
    "icons/selected_add.png",
    "icons/selected_add_disabled.png",
    "icons/selected_check.png"
  ],
  "permissions": [
    "tabs",
    "storage",
    "cookies",
    "contextMenus",
    "*://*.curate-app.com/*",
    "*://*.localhost/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.curate-app.com/*",
      "*://localhost/*"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkJyAYFMFXQWrusSdmUXyPoc5NBQ/TRdrb6LTMmw2/gAEekqX3MaTGrCWB/y0gkPt2/13+ZhgEOjI3MFVdu+LKpBq8vbmv1ftB6uzvIVd3WLlZsjZPah+YCTqgNtgE7iD22LxqixnuB97i3prXYBwAiZTnlaevkSOnBc8Rp+8iD4ZfG5zObbG+Ubpjy+zQOfi6WYhsvhRjZKfgNc5gSup5mDLv3pNrH8o6NdkcQK11fVBtdqNVafYhw+AS8pAoH7XRfcuvFHjsbzHjIJuNhWrmDcvLDdlVAfneWIV+I7p/mIfvD4WMVaJJEm1Mx0MQDvaPEr7wTWecK5YF4x/wrR62wIDAQAB"
}