Skip to content

Commit

Permalink
feat: scriptish metadata keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Singh1 committed Jan 22, 2024
1 parent 1790efc commit da49f42
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions lib/data/compat-headers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,16 @@ export const compatMap: {

// Popular but not documented
history: [],
developer: [],
browser: [],
id: []

// Scriptish
id: [],
developer: [],
screenshot: [],
priority: [],
delay: [],
css: [],
jsversion: [],
creator: []
}
};

0 comments on commit da49f42

Please sign in to comment.