Bamboo-Comfort's Random Text Generator!

Bamboo-Comfort's Random Text Generator!

Random Text Generator

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bamboo-Comfort's Random Text Generator!",
  "description": "Random Text Generator",
  "version": "1.0",
  "browser_action": {
    "default_title": "Bamboo-Comfort's Random Text Generator!",
    "default_icon": {
      "128": "images/icon-128.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "images/icon-128.png"
  },
  "web_accessible_resources": [
    "images/*"
  ],
  "permissions": [
    "tabs",
    "<all_urls>"
  ]
}