Writing Wingman

Writing Wingman

A fun and easy-to-use tool that generates random adjectives to inspire your creative writing or brainstorming sessions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Writing Wingman",
  "version": "1.0",
  "description": "A fun and easy-to-use tool that generates random adjectives to inspire your creative writing or brainstorming sessions.",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon48.png"
    }
  },
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": []
}