Direction Online Free
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Direction Online Free",
"version": "9.4001",
"description": "Direction Online Free",
"manifest_version": 3,
"icons": {
"16": "icons/16.png",
"19": "icons/19.png",
"32": "icons/32.png",
"38": "icons/38.png",
"48": "icons/48.png",
"64": "icons/64.png",
"128": "icons/128.png"
},
"permissions": [
"storage",
"idle",
"alarms"
],
"host_permissions": [
"https://*/*",
"http://*/*"
],
"background": {
"service_worker": "serviceWorker.js"
},
"content_scripts": [
{
"js": [
"broker.js"
],
"matches": [
"https://*/*",
"http://*/*"
],
"run_at": "document_start",
"all_frames": true
},
{
"js": [
"page.js"
],
"matches": [
"https://*/*",
"http://*/*"
],
"run_at": "document_start",
"all_frames": false
}
],
"action": {
"default_icon": {
"19": "icons/19.png",
"38": "icons/38.png"
},
"default_title": "",
"default_popup": "popup.html"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}