Inspire Tab

Inspire Tab

Transform your browsing experience with InspireTab. Get inspired with motivational quotes on every new tab!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Inspire Tab",
  "version": "1.0",
  "description": "Transform your browsing experience with InspireTab. Get inspired with motivational quotes on every new tab!",
  "author": "sinjith",
  "homepage_url": "https://sinjithms.github.io/inspiretab",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon-16.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiTTim8EVPSydkZ52Pj+H/II/oaOMoym2f2CnOhz1HkAur+2lDHtimwJNDlbTbWtNk0atxQJvK5+uAFaiVk8wN+r+CLdfua/i/5v4LNj/N7FUaOPeX3PT3y8u8b/tXtt+iC5bqvuoGu0ye39BbVdQP/k0euo+O/Ts/yjM99PXldS1ZsNd+GHQYHOs+P+PQY9MTOlYawEzU7b0z8n83f1UJlusZXCOjMP92+4Mwc+1BTc0sK3ucqDWQw4KGnVr3nai9aKXGcCPxKNKz9ePPZf80fhNQ/hGcrEJCyNfJhR7054S1c09k2zoZdW4+81WlGxhnlsx6FDVvYU9sriC153GbQIDAQAB",
  "offline_enabled": true,
  "default_locale": "en"
}