You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
681 B
26 lines
681 B
{
|
|
"manifest_version": 2,
|
|
"name": "Improved Crowdcast UX",
|
|
"version": "0.1",
|
|
"icons": {
|
|
"16": "icons/16.png",
|
|
"32": "icons/32.png",
|
|
"48": "icons/48.png",
|
|
"64": "icons/64.png",
|
|
"128": "icons/128.png"
|
|
},
|
|
"browser_action": {
|
|
"default_title": "Improved Crowdcast UX",
|
|
"default_icon": "icons/32.png",
|
|
"default_popup": "popup.html"
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["https://*.crowdcast.io/*"],
|
|
"js": ["emojis.js", "content.js"],
|
|
"css": ["content.css"]
|
|
}
|
|
],
|
|
"permissions": ["activeTab", "storage", "https://*.crowdcast.io/*"]
|
|
}
|