Charlotte for Choice Sound Permits

Charlotte for Choice Sound Permits

This extension helps Charlotte for Choice support Pro-Choice

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Charlotte for Choice Sound Permits",
  "version": "1.3",
  "description": "This extension helps Charlotte for Choice support Pro-Choice",
  "icons": {
    "32": "icon32.png",
    "48": "icon.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png"
    },
    "default_popup": "popup.html",
    "default_title": "Request the Permit"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  }
}