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__",
"version": "2024.7.28",
"manifest_version": 3,
"description": "__MSG_appDescription__",
"homepage_url": "https:\/\/coffeeandfun.com",
"icons": {
"16": "assets\/images\/icons\/16.png",
"32": "assets\/images\/icons\/32.png",
"48": "assets\/images\/icons\/48.png",
"64": "assets\/images\/icons\/64.png",
"128": "assets\/images\/icons\/128.png",
"512": "assets\/images\/icons\/512.png"
},
"action": {
"default_icon": {
"16": "assets\/images\/icons\/16.png",
"32": "assets\/images\/icons\/32.png",
"48": "assets\/images\/icons\/48.png",
"64": "assets\/images\/icons\/64.png",
"128": "assets\/images\/icons\/128.png",
"512": "assets\/images\/icons\/512.png"
},
"default_title": "__MSG_appName__",
"default_popup": "index.html"
},
"default_locale": "en",
"background": {
"service_worker": "scripts\/background.js",
"module": true
},
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"permissions": [
"activeTab",
"scripting",
"alarms",
"storage"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"scripts\/content.js"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
}
}