Inpulsify

Inpulsify

Content Insights for Articles - Unlock your writing with the power of AI

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Inpulsify",
  "version": "1.0.0",
  "description": "Content Insights for Articles - Unlock your writing with the power of AI",
  "browser_action": {
    "default_icon": "Img/logo.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "Img/favicon.png",
    "48": "Img/logo.png"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-2.1.4.min.js",
        "content.js"
      ]
    }
  ]
}