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": "High Seas Share Votes",
"description": "Share votes for high seas",
"version": "0.0.3",
"manifest_version": 3,
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/highseas.hackclub.com\/*",
"https:\/\/high-seas.hackclub.dev\/*"
],
"js": [
"content.js"
]
}
],
"action": {
"default_popup": "options.html",
"default_icon": {
"16": "assets\/icons\/icon16.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
}
},
"icons": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
},
"options_ui": {
"page": "options.html"
},
"background": {
"service_worker": "background.js"
},
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
}
}