rasa.io

rasa.io

rasa.io extension to add articles to your newsletter content pool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "rasa.io",
  "description": "rasa.io extension to add articles to your newsletter content pool",
  "version": "1.1.5",
  "permissions": [
    "activeTab",
    "storage",
    "notifications",
    "identity",
    "identity.email",
    "contextMenus"
  ],
  "oauth2": {
    "client_id": "360273082342-5b21hrr8ehgvfn6h5l490pb8dk2f1hqp.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile",
      "openid",
      "email"
    ]
  },
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [],
      "js": [
        "popup.bundle.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "assets/rasa-icon16.png",
    "default_title": "rasa.io"
  },
  "icons": {
    "16": "assets/rasa-icon16.png",
    "48": "assets/rasa-icon48.png",
    "128": "assets/rasa-icon128.png"
  }
}