AutoYive - For YiveSites

AutoYive - For YiveSites

Automation for Blog Creation and Posting for the YiveSites Blogging System

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AutoYive - For YiveSites",
  "version": "0.2.5",
  "description": "Automation for Blog Creation and Posting for the YiveSites Blogging System",
  "permissions": [
    "alarms",
    "storage",
    "declarativeContent",
    "activeTab"
  ],
  "host_permissions": [
    "*://*/"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.yivesites.com/*"
      ],
      "js": [
        "./js/common.js",
        "contentScript.js"
      ],
      "css": [
        "./css/tailwind.min.css"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "images/icon_16.png",
      "48": "images/icon_48.png",
      "128": "images/icon_128.png"
    },
    "default_popup": "./pages/index/index.html"
  },
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "manifest_version": 3
}