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",
"manifest_version": 3,
"name": "Coworkies Vine",
"version": "1.0.1002",
"description": "News & Jobs From Coworkies.com",
"permissions": [
"sidePanel",
"storage",
"tabs"
],
"host_permissions": [
"https:\/\/*.coworkies.com\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/*.coworkies.com;"
},
"side_panel": {
"default_path": "app\/index.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "assets\/icon16.png",
"32": "assets\/icon32.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"action": {
"default_title": "Click to open Coworkies Vine"
}
}