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": "ARCTracker - Embark\u00ae Account Verifier",
"short_name": "ARCTracker",
"version": "1.0.0",
"description": "Link your Embark\u00ae account to ARCTracker.io to become a verified trader",
"homepage_url": "https:\/\/arctracker.io",
"permissions": [
"storage",
"tabs",
"webRequest",
"notifications",
"scripting"
],
"host_permissions": [
"https:\/\/id.embark.games\/*",
"https:\/\/arctracker.io\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/arctracker.io\/*"
],
"js": [
"arctracker-bridge.js"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}