Sentence Stack

Sentence Stack

Quickly retrieve example English sentences for any word or phrase with only two clicks. Powered by Sentence Stack.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Sentence Stack",
  "background": {
    "service_worker": "background.js"
  },
  "description": "Quickly retrieve example English sentences for any word or phrase with only two clicks. Powered by Sentence Stack.",
  "manifest_version": 3,
  "name": "Sentence Stack",
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "icons": {
    "16": "assets/images/icon16.png",
    "48": "assets/images/icon48.png",
    "128": "assets/images/icon128.png"
  },
  "version": "1.0.0"
}