Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "3.3.12",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"64": "icons\/icon_64.png",
"128": "icons\/icon_128.png"
},
"permissions": [
"storage",
"offscreen",
"alarms"
],
"optional_permissions": [
"downloads"
],
"host_permissions": [
"<all_urls>",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"action": {
"default_icon": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"64": "icons\/icon_64.png",
"128": "icons\/icon_128.png"
},
"default_title": "Podcasts",
"default_popup": "popup\/popup.html",
"theme_icons": [
{
"light": "icons\/icon_16.png",
"dark": "icons\/icon_dark_16.png",
"size": 16
},
{
"light": "icons\/icon_32.png",
"dark": "icons\/icon_dark_32.png",
"size": 32
},
{
"light": "icons\/icon_48.png",
"dark": "icons\/icon_dark_48.png",
"size": 48
},
{
"light": "icons\/icon_64.png",
"dark": "icons\/icon_dark_64.png",
"size": 64
},
{
"light": "icons\/icon_128.png",
"dark": "icons\/icon_dark_128.png",
"size": 128
}
]
},
"background": {
"service_worker": "background\/background.js",
"type": "module"
},
"options_ui": {
"page": "options\/options.html",
"open_in_tab": true
},
"content_scripts": [
{
"matches": [
"https:\/\/share.bluepill.life\/*"
],
"js": [
"content\/content.js"
]
}
]
}