Penspyre: Write Novels Faster!

Penspyre: Write Novels Faster!

A creative tool that helps you do what you do best, write!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Penspyre: Write Novels Faster!",
  "version": "2.1.6",
  "manifest_version": 3,
  "description": "A creative tool that helps you do what you do best, write!",
  "homepage_url": "https://landing-site-087cd7.webflow.io/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "src/Background_Service/index.js"
  },
  "oauth2": {
    "client_id": "472792657842-acodhpdgi7gne5ph1tvc2npe18u25edv.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/documents"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://docs.google.com/document/d/*"
      ],
      "css": [
        "src/css/theme.css"
      ],
      "js": [
        "src/modules/stripe/stripe.js",
        "src/modules/analytics/analytics.min.js",
        "src/modules/analytics/870.bundle.323974846b6d45afb45e.js",
        "src/modules/analytics/ajs-destination.bundle.35a8f6f19959bf2f455f.js",
        "src/modules/analytics/schemaFilter.bundle.debb169c1abb431faaa6.js",
        "src/Injected_UI/components/Sidebar/styles.js",
        "src/Injected_UI/components/Sidebar/Sidebar.js",
        "src/Injected_UI/components/LaunchButton/styles.js",
        "src/Injected_UI/components/LaunchButton/LaunchButton.js",
        "src/Injected_UI/components/IdeaSettings/styles.js",
        "src/Injected_UI/components/IdeaSettings/IdeaSettings.js",
        "src/Injected_UI/components/Menu/styles.js",
        "src/Injected_UI/components/Menu/Menu.js",
        "src/Injected_UI/components/Settings/styles.js",
        "src/Injected_UI/components/Settings/Settings.js",
        "src/Injected_UI/components/ImageToggle/styles.js",
        "src/Injected_UI/components/ImageToggle/ImageToggle.js",
        "src/Injected_UI/components/Prompt/styles.js",
        "src/Injected_UI/components/Prompt/Prompt.js",
        "src/Injected_UI/components/LoadingScreen/styles.js",
        "src/Injected_UI/components/LoadingScreen/LoadingScreen.js",
        "src/Injected_UI/components/Popup/styles.js",
        "src/Injected_UI/components/Popup/Popup.js",
        "src/Injected_UI/components/Message/styles.js",
        "src/Injected_UI/components/Message/Message.js",
        "src/Injected_UI/components/AccountPopup/styles.js",
        "src/Injected_UI/components/AccountPopup/AccountPopup.js",
        "src/Injected_UI/components/TrialPopup/styles.js",
        "src/Injected_UI/components/TrialPopup/TrialPopup.js",
        "src/Injected_UI/components/PlanEndedPopup/styles.js",
        "src/Injected_UI/components/PlanEndedPopup/PlanEndedPopup.js",
        "src/modules/helpers/location.js",
        "src/Injected_UI/index.js"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'self'; connect-src https://hospitable-decisive-leo.glitch.me https://docs.googleapis.com https://securetoken.googleapis.com https://identitytoolkit.googleapis.com https://firestore.googleapis.com https://js.stripe.com https://penspyre.herokuapp.com;"
  },
  "permissions": [
    "identity",
    "storage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/Injected_UI/injected_gdocs_analyzer.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "injected_gdocs_analyzer.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "https://api.com/*",
    "https://hospitable-decisive-leo.glitch.me/*",
    "https://docs.google.com/document/d/*"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ]
}