Legi-Share: Contact the House and Senate

Legi-Share: Contact the House and Senate

Share links, stories, and thoughts with Congress in just a few clicks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Legi-Share: Contact the House and Senate",
  "description": "Share links, stories, and thoughts with Congress in just a few clicks",
  "version": "0.9",
  "icons": {
    "16": "legishare.png",
    "48": "legishare_48.png",
    "128": "legishare_128.png"
  },
  "background": {
    "scripts": [
      "background.js",
      "options.js",
      "options1.js"
    ]
  },
  "browser_action": {
    "default_title": "Legi-share",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "permissions": [
    "tabs",
    "<all_urls>",
    "storage"
  ],
  "short_name": "Legi-Share"
}